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

Implement a queue system #400

Open
mikron-ia opened this issue Jun 1, 2024 · 0 comments
Open

Implement a queue system #400

mikron-ia opened this issue Jun 1, 2024 · 0 comments
Assignees
Labels
blocking Blocks another task importance: should Optional, but useful or needed, but not critically; should be done internal Without much influence on the interface

Comments

@mikron-ia
Copy link
Owner

Implement a queue system for task execution, possibly based on Yii Queue package. The only thing to be included into queue for now is importance recalculation, to avoid putting it on cron. Later on, mailing could also be included.

While it would be interesting to use RabbitMQ or Redis, considering potential hosting issues, database is the most reasonable driver.

Queue calls should be done on a reasonable schedule, preferably configurable one.

@mikron-ia mikron-ia added internal Without much influence on the interface importance: should Optional, but useful or needed, but not critically; should be done labels Jun 1, 2024
@mikron-ia mikron-ia self-assigned this Jun 1, 2024
@mikron-ia mikron-ia added the blocking Blocks another task label Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocking Blocks another task importance: should Optional, but useful or needed, but not critically; should be done internal Without much influence on the interface
Projects
None yet
Development

No branches or pull requests

1 participant