-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
401 After Using wt update
to Update a CRON Webtask
#157
Comments
Was getting this same issue as well. My work-around was to first create the webtask in the cli and then update the scheduler in the webtask gui. |
This is still a bug. The workflow has changed.
Results are the same as above. |
Hmm.. Getting a similar error, but sporadic. Not sure why. And not sure if related, but when loading the webtask using the web portal, the console gives this error (which I can't make out what it means):
This happens even if I modify the code and simplify it to:
|
work-around visto na issue auth0/wt-cli#157
A customer reported issue: https://auth0.zendesk.com/agent/tickets/28116
Steps to Reproduce
Via CLI
wt cron schedule "* * * * *" test_case
wt cron history test_case
- Note the task completes as expectedwt update test_case test_case.js
wt cron history test_case
Result
Expected Result
The text was updated successfully, but these errors were encountered: