Hi all,

 

Does anyone have any suggestions and/or best practices for how to implement a background task queue (i.e. something similar to Python’s www.celeryproject.org) that works well with Dancer and/or for Perl in general?

 

Some of the options I’m currently exploring:

https://beanstalkd.github.io/

https://mojolicious.org/perldoc/Minion

http://gearman.org

 

Thanks!

Hermann