Re: [Mojolicious] Mojolicious Web Clients Book

2020-02-14 Thread Sebastian Riedel
There's also a PDF version of the book now. https://leanpub.com/mojo_web_clients/ -- sebastian -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to mojolicious+u

[Mojolicious] Best practices for dynamic workflows

2020-02-14 Thread Alberto Mijares
Dear mojo devs, I want to design and develop a generic framework for documents processing. Basically, a data input, validations, business rules, optional rendering and delivery. So, the data input module might be static but all the other modules would be custom according to the needs. For example,

Re: [Mojolicious] Best practices for dynamic workflows

2020-02-14 Thread Dan Book
For distribution outside of CPAN, a cpanfile can specify "features" that can be requested when installing dependencies like: cpanm --installdeps --with-feature=foo . https://metacpan.org/pod/cpanfile#feature For CPAN distributions, you can use optional features as well, but most people will ignor

[Mojolicious] Re: Best practices for dynamic workflows

2020-02-14 Thread Sebastian Riedel
> > The link between > modules would be a queue, not sure about the backend for those queues > yet, though, perhaps Pg or Celery. > Fyi. Mojolicious has a job queue too. https://github.com/mojolicious/minion -- sebastian -- You received this message because you are subscribed to the Go

[Mojolicious] New server status plugin

2020-02-14 Thread Sebastian Riedel
This week was SUSE HackWeek again. And my main project this time was a rewrite of mojo-status. It got a completely new storage backend based on File::Map, so it should be much more reliable now. And a bit more pretty. https://github.com/mojolicious/mojo-status Since the topic comes up every

[Mojolicious] Re: New server status plugin

2020-02-14 Thread Sebastian Riedel
Forgot to mention that it will now also show you the slowest requests, with a little smiley indicating the urgency of optimising that part of your code. :) -- sebastian -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this gr