On Tue, 31 Aug 2021, Ajay Kumar Gaddam wrote:

Hi,

Attending the session was information and inspiring. With one of the programs written, learnt most of the basics about Mojolicious and some good coding in Perl. Also learnt thought process to solve a problem and how the start for code automation happens. Whenever I get time will look into Mojolicious to get more in depth knowledge.


Mojolicious has another critical component a high quality 'JOB QUEUE' 
implementation. 'minion' which is backed with PostgreSQL.

https://metacpan.org/pod/Minion

I call it critical because automation is not effective without a message_queue 
that holds and retries the command in event of network failure, server being 
down etc. Synchronous script based automation is brittle and does not scale !

Great writeup Ajay.


warm regards
Saifi.

Reply via email to