Al-Waleed Shihadeh
Al-Waleed Shihadeh
## Purpose of the feature (why) By default, the Lock file is located in /tmp, the first user is left with rights to the lock file, and another user can...
Extend delayed jobs logging to be able to support json format using log subscribers. Example of the output ``` {"level":"INFO","timestamp":"2019-07-14 22:47:46 +0200","log_event":"starting","message":"2019-07-14T22:47:46+0200: [Worker(host:mb180.local pid:84605)] Starting job worker","dj_worker":"host:mb180.local pid:84605","dj_time":"2019-07-14T22:47:46+0200"} {"level":"INFO","timestamp":"2019-07-14 22:47:46...
Add hooks to surround the DJ execution in the worker. This will allow us to configure the environment for each individual Dj. A good use case, when we would like...