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

Broker abstraction for scheduled tasks #2914

Closed
robocoder opened this issue Feb 10, 2012 · 1 comment
Closed

Broker abstraction for scheduled tasks #2914

robocoder opened this issue Feb 10, 2012 · 1 comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.

Comments

@robocoder
Copy link
Contributor

Broker would dispatch jobs to external workers, eg

  • gearman
  • zeromq

Or processed in the current request, as it is now.

The goal is to unblock the current request and allow tasks to run out-of-band.

Use cases:

  • tracker triggered archiving
  • tracker triggered reports
  • asset management
  • alerts
@mattab
Copy link
Member

mattab commented Dec 14, 2012

scope is too wide for this ticket, but the idea certainly interesting

@robocoder robocoder added this to the Future releases milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Projects
None yet
Development

No branches or pull requests

2 participants