lightster / hodor

🚪 A worker queue that is evolving to a job queue
MIT License
4 stars 1 forks source link

Look Into Handling PHP Memory Limit Errors #156

Open lightster opened 8 years ago

lightster commented 8 years ago

Perhaps the memory limit can be slightly bumped in runNext's register_shutdown_function to allow for the message to be marked as failed.

Also, it might be good to consider making it easier to run jobs in a separate process (either via fork or something like exec).