Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 351 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 351 Bytes

activejob-cloud-tasks

ActiveJob Google Cloud Tasks adapter

Configure adapter by adding to your rails config environment file:

  config.active_job.queue_adapter = ActiveJob::QueueAdapters::CloudTasksAdapter.new \
    project_id: '<project-id>',
    location_id: '<location-id>',
    http_target: 'https://<your-public-accessable-url>/jobs'