Saurabh Nanda

Results 231 comments of Saurabh Nanda

Shall I merge or wait for the following? * Fix for routing * Integration with existing jquery widgets * Unification of login and role UI into a single app

@jfoutz unable to compile your code because of the missing cabal file. Did you forget to commit?

> I believe with a little work you can make Servant automatically pass these around for you as arguments to the handlers that require them. So, when I say **domain...

@tfausak I've got #68 now to fix this issue. But I've not decided whether both, `onJobFailed` and `onJobTimeout`, are required or only `onJobFailed` is good-enough (with `TimeoutException` being treated as...

@ivanbakel I believe the code already supports this. Please take a look at the following function - https://github.com/saurabhnanda/odd-jobs/blob/ab15d8b03b0035ad2c7aecbf6faaa55aefeec88f/src/OddJobs/Endpoints.hs#L77-L83 The second argument is a function that allows you to transform the...

@ivanbakel before you work on the PR, please take a look at #76 -- this might make your PR easier.

@TomMD sorry about missing this completely. for some strange reason I had unwatched this project, while fiddling with some settings!

@TomMD you raise a number of good points: > Even then, it isn't clear how to set a job to be marked for Retry... perhaps just a direct call to...

> A JobType would need to be limited by a resource. My use-case would be to limit the number of concurrent jobs being served on a per-user basis - so...

@TomMD any thoughts on https://github.com/saurabhnanda/odd-jobs/issues/38#issuecomment-648340999 ? Will that solve your problem?