-
Notifications
You must be signed in to change notification settings - Fork 12
Cannot Specify Day of the Week in Cron Expression #3
Comments
I commented out the plugin and the corresponding |
Hm.. not entirely sure about the specific error, but I have noticed that AWS is very picky about day-of-week & day-of-month. Namely, it seems one of them must be |
Idea from @dwolfand, make the plugin warn about this limitation in addition to documenting it in the readme. |
OK, I understand the limitation (and yes, would be good to document and warn). I may move the check from the cron expression to my code too. Thanks for pointing that out. |
i wish this issue could be fixed. also facing similar issue. cant get DST to work properly |
I've updated the title of this issue and added a note about this to the readme as a first step. I am going to leave this open so we can eventually add a build-time error message when this happens. |
Would love this to be fixed too. |
Hello, I've just installed your sls plugin, great find, thanks for the work! I have the following expression:
When deploying from scratch via
sls deploy
I see the following lines, the first one being of your plugin:Would you have an idea whether there is an attempt to create a schedule twice?
I had a look at the
cloudformation-template-update-stack.json
file in the unzipped deployment package and I cannot find anything problematic. I can provide this file if required for analysis.The text was updated successfully, but these errors were encountered: