[Catalyst] RFC: JobQueue Job Notification
Kiki
kiki at bsdro.org
Tue Sep 19 23:54:16 CEST 2006
Hello,
Anyone who's interested in the Catalyst::Engine::JobQueue, please
provide some feedback.
Here's the deal: you have a jobqueue running, jobs have been setup...
each job is sent as a $request to your app (auto, begin, controller
action, etc.), which deals with it and generates a response. This
response is returned to the Engine.
What should the engine do with it? It can email it and/or log it. Any
other ideas? How much of the response should get emailed/logged? The
full thing:
200 OK
X-Catalyst: 5.7002
<html>
...
<html>
Or just the body, body+headers,body+status?
Should the log level be computed from the response status (i.e. 100-399
- info level, 400+ - error level)?
More information about the Catalyst
mailing list