activejob-google_cloud_tasks-http icon indicating copy to clipboard operation
activejob-google_cloud_tasks-http copied to clipboard

Active Job adapter for Google Cloud Tasks HTTP targets

Results 4 activejob-google_cloud_tasks-http issues
Sort by recently updated
recently updated
newest added

- Added an explicit `require 'logger'` to fix errors ([like this](https://github.com/esminc/activejob-google_cloud_tasks-http/actions/runs/14393570765/job/40365190233?pr=18)) in some older versions of ActiveJob - Added *a bit* older Ruby and ActiveJob to the test matrix -...

Fixes https://github.com/esminc/activejob-google_cloud_tasks-http/issues/15 As @koic suggested in the issue, I removed the fixed version parameter since it's doesn't make sense today and hard to maintain. I also confirmed enqueue is working...

There should be a way to set `dispatchDeadline` as documented in https://cloud.google.com/tasks/docs/reference/rest/v2/projects.locations.queues.tasks#resource:-task The default is 10 minutes (max 30 minutes), so need a way to set it to any value...

Should not use `:v2beta3` client by default, failing with gem version 0.3.0