>
> Do you have a plan to add capabilities to daemonize workers?
>>
>
> Not sure yet...
>
Two more points i'm a little unsure about.
a) Events for extensions... so far i've only added very basic ones.
https://github.com/kraih/minion/commit/d93c94d60117892c28e08a53d94786cb7daf73d5
b) Job timeouts... killing the forked process really sucks to do portably,
so maybe just a SIGALRM based timeout that emits an event.
$job->on(timeout => sub {
my ($job, $child_pid) = @_;
kill 'KILL', $child_pid;
});
--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.