Skip to content

zeto/activejob-cloud-tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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'

About

ActiveJob Google Cloud Tasks adapter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages