You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.
npx sls plugin install -n serverless-local-schedule gives me the following error.
Unhandled rejection ServerlessError: Trying to populate non string value into a string for variable ${opt:stage}. Please make sure the value of the property is a string.
And when I install serverless-local-schedule with yarn and I add it to the plugins section of the serverless.yml file, it just doesn't work (I have cron(* * * * * *) so it should be run every minute but after waiting several minutes I see nothing is run, looking at the local logs).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
npx sls plugin install -n serverless-local-schedule
gives me the following error.And when I install
serverless-local-schedule
withyarn
and I add it to theplugins
section of theserverless.yml
file, it just doesn't work (I havecron(* * * * * *)
so it should be run every minute but after waiting several minutes I see nothing is run, looking at the local logs).The text was updated successfully, but these errors were encountered: