How to implement Ruby On Rails Delayed Job in Azure

214 Views Asked by At

I have a ruby app hosted in azure (app service). And i wanted to implement Delayed Job in that. Can anyone help me how to implement?

1

There are 1 best solutions below

1
leonard On

How is your app deployed ? Are you using Docker in which case you should be able to deploy a web and a worker container with docker-compose.

Otherwise, you should check: https://learn.microsoft.com/en-us/azure/architecture/best-practices/background-jobs#azure-web-apps-and-webjobs