Is it possible to configure cron jobs to work with Espo hosted on Azure?
Cron jobs with Azure?
Collapse
X
-
Sound like you can from reading these article, it also a standard server relate task so I'm sure it is possible. Just a matter of difficulty and learning how:
Learn how to use WebJobs to run background tasks in Azure App Service. Choose from various script formats and run them with CRON expressions.
Cheat sheet for CRON expressions used for time triggers for Azure functions, including examples as well as explanations and descriptions.
And a video because sometime it easier watching and listening.
Comment