Skip to content
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

BUG: Change scrape job start time #194

Closed
vfedotovs opened this issue Mar 25, 2023 · 0 comments
Closed

BUG: Change scrape job start time #194

vfedotovs opened this issue Mar 25, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@vfedotovs
Copy link
Owner

Change scrape job start time in ts.py

schedule.every().hour.do(execute_ogre_task) # development

schedule.every().day.at("23:00").do(execute_ogre_task) # production

Proposal:
Change to 00.30 AM because lambda ws run 15 min after midnight (TBC)

@vfedotovs vfedotovs added the bug Something isn't working label Mar 25, 2023
vfedotovs added a commit that referenced this issue Mar 25, 2023
…-time

Merge  fix GH194 change scrape job start time to dev-1.4.11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant