Schedule job not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-18-2023 11:13 PM
I have schedule job when i enter the execute button the schedule job is not running and even i tried using logs in frist and last line of code still it is not working not only particular schedule job even if i created a schedule job and just put a log statement and executed still it is not executing ?help me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-19-2023 05:52 PM
@kummarasivakuma in which scope the scheduled job is present? If your scheduled job is not in global scope, hope you are using gs.info() to print log statements.
I know it’s a basic thing but I see developers miss this point accidentally and uses gs.log() in scoped app scripts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-19-2023 09:12 PM
Hey @kummarasivakuma
Let's give some screenshot of your schedule job for better understanding...
Cheers,
Tai Vu