Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration of a worker queue backend #56

Open
seebi opened this issue Aug 5, 2013 · 2 comments
Open

Integration of a worker queue backend #56

seebi opened this issue Aug 5, 2013 · 2 comments
Assignees

Comments

@seebi
Copy link
Member

seebi commented Aug 5, 2013

we need a backend abstraction for dropping worker tasks such as:

  • do a semantic ping
  • push new content
  • email contribtutors
  • create all resources for the site extension
  • re-scale images

some tools for doing this are: gearman, beanstalkd, apache activeMQ and more

as a fallback, we need cron and instant worker queues.

  • cron: save tasks somewhere, where a simle run script can start it
  • instant: do not save tasks, just do them instantly (fallback if nothing is configured)
@ghost ghost assigned kriss0r Aug 5, 2013
@seebi
Copy link
Member Author

seebi commented Aug 5, 2013

@seebi
Copy link
Member Author

seebi commented Aug 7, 2013

please start a new feature branch for that issue
hope to hear soon from you here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants