Anantha Kumaran
Anantha Kumaran
> I'm not being able to find a running job with Exq.Api.find_job. Because running jobs are removed from the main queue once the job is picked up for execution (it...
At this point, it would be hard to change the existing behavior without breaking some existing code. We could probably consider a compile-time flag if there are some good use...
BTW, we had a similar requirement and created https://github.com/activesphere/exq-scheduler
Closing this, we have exq-scheduler and the support for [UI](https://github.com/akira/exq_ui/pull/124) has been merged to exq_ui master
`Process.info(self(), :links)` is a hack that can be used within the job to get the parent id.
The proper way would be to expose the pipeline via Exq.worker_pipeline(), like we do for Exq.worker_job()
We have a similar use case and we raise ExpectedError from within the worker. We are ok with sending those logs to Kibana/Graylog, but not ok with sending it to...
Both of these can be implemented easily with existing APIs/middleware provided by Exq. I am not convinced about the benefit of adding this in Exq itself. ## expiration ```elixir def...
please do open PRs, I don't get involved in this project nowadays (I rarely use hg). But there are others who have commit access and PRs regularly get merged.
No, there is no official hg mirror anywhere. I know it's ironic and there were heated discussions about it in emacs irc channel. As I have stated in other places,...