Arnaud

Results 6 issues of Arnaud

The `X-CloudTasks-TaskExecutionCount` header sent by Google Cloud Tasks and providing the number of retries outside of `HTTP 503` (instance not reachable) is currently bugged and remains at `0` all the...

bug

Currently cron jobs are managed using Cloud Tasks and Redis. Investigate a way to also support Cloud Scheduler to eliminate the dependency on Redis.

enhancement

I sometimes feel that job arguments are not enough or become too expansive when a certain context needs to be passed down to sub jobs (especially in the context of...

enhancement

It would be useful to provide an optional UI - at least in development mode - showing the list of jobs pending, running, which ones have failed and the failure...

enhancement

Allow duplicated messages to be ignored by subscribers within a certain time window. Notes: - Allow subscribers to define a checksum method for deduplication purpose. Default to using payload +...

enhancement

Hi @rkrage , thanks for maintaining this gem. It really makes using partitioning a breeze 🥇 This PR adds support for the `if_not_exists: true` option when using `add_index_on_all_partitions`, similar to...