Skip to content

Integration of a worker queue backend #56

@seebi

Description

@seebi

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)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions