All the operational job options are presently added at enqueue() time, which is fine except for that it means you have to remember to do common stuff everywhere (like queue name, maxRuntimeSeconds, etc). Seems like we might want a JQJob::defaultEnqueueOptions() or similar so that we can consolidate these?
All the operational job options are presently added at enqueue() time, which is fine except for that it means you have to remember to do common stuff everywhere (like queue name, maxRuntimeSeconds, etc). Seems like we might want a JQJob::defaultEnqueueOptions() or similar so that we can consolidate these?