Skip to content

Instantly share code, notes, and snippets.

@khuyentran1401
Created June 29, 2022 15:54
Show Gist options
  • Save khuyentran1401/d5ebdd334ca0abb1627c8cd53491b690 to your computer and use it in GitHub Desktop.
Save khuyentran1401/d5ebdd334ca0abb1627c8cd53491b690 to your computer and use it in GitHub Desktop.
10:50:06.667 | INFO | prefect.engine - Created flow run 'prudent-echidna' for flow 'get-data'
10:50:06.667 | INFO | Flow run 'prudent-echidna' - Using task runner 'ConcurrentTaskRunner'
10:50:06.725 | INFO | Flow run 'prudent-echidna' - Created task run 'load_config-69ae3b92-0' for task 'load_config'
10:50:06.741 | INFO | Flow run 'prudent-echidna' - Created task run 'get_authentication-aa770635-0' for task 'get_authentication'
10:50:06.771 | INFO | Flow run 'prudent-echidna' - Created task run 'get_general_info_of_repos-c422ad50-0' for task 'get_general_info_of_repos'
10:50:06.782 | INFO | Task run 'get_authentication-aa770635-0' - Finished in state Completed()
10:50:06.794 | INFO | Flow run 'prudent-echidna' - Created task run 'get_starred_repo_urls-8a266957-0' for task 'get_starred_repo_urls'
10:50:06.823 | INFO | Flow run 'prudent-echidna' - Created task run 'get_specific_info_of_repos-c9bc4fc2-0' for task 'get_specific_info_of_repos'
10:50:06.885 | INFO | Flow run 'prudent-echidna' - Created task run 'save_data-c579933d-0' for task 'save_data'
10:50:07.027 | INFO | Task run 'load_config-69ae3b92-0' - Finished in state Completed()
10:50:07.524 | INFO | Task run 'get_general_info_of_repos-c422ad50-0' - Finished in state Completed()
10:50:07.548 | INFO | Task run 'get_starred_repo_urls-8a266957-0' - Finished in state Completed()
10:50:33.179 | INFO | Task run 'get_specific_info_of_repos-c9bc4fc2-0' - Finished in state Completed()
10:50:33.214 | INFO | Task run 'save_data-c579933d-0' - Finished in state Completed()
10:50:33.232 | INFO | Flow run 'prudent-echidna' - Finished in state Completed('All states completed.')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment