Skip to content

Instantly share code, notes, and snippets.

@nfarah86
Created May 18, 2020 06:17
Show Gist options
  • Save nfarah86/0a54e082c9026aa5c9940b24836d9c65 to your computer and use it in GitHub Desktop.
Save nfarah86/0a54e082c9026aa5c9940b24836d9c65 to your computer and use it in GitHub Desktop.
Modify a function to call display_results
@tl.job(interval=timedelta(seconds=120))
def sample_job_every_120s():
weather_response = get_weather_data()
air_pollution_data = get_air_pollution_data()
insert_to_mongo(weather_response, air_pollution_data)
makeRequests()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment