I have deployed my app on Amazon Elastic Beanstalk. The app environment is common webserver.
Can cron.yaml file be used to create periodic jobs for common web server type environments as well? The documentation says its a way to create periodic jobs for worker type environments.
I believe cron.yaml is only for Worker environments. The scheduled task feature is driven by SQSD, the utility that relays SQS messages via HTTP posts to your application. Web tier environments do not have SQSD.
You can probably cook up an alternative using a scheduled Lambda function, though.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With