Implement a queue system #400
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
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.
The text was updated successfully, but these errors were encountered: