dagster-io / fake-star-detector

https://github.com/dagster-io/dagster
234 stars 19 forks source link

simpler_model uncategorized log messages #8

Open redeux opened 1 year ago

redeux commented 1 year ago

I noticed a log in the console that is uncategorized (e.g., info, debug, etc.), which means it's not surfaced in the web UI. The message is helpful for understanding what's happening with the execution, so it would be nice if it was surfaced.

API limit hit: {'message': 'API rate limit exceeded for user ID xxx.', 'documentation_url': 'https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting'}. Error type RateLimitExceededException. Retry in 0:38 [18:57:38]
I am going to wait 39 minutes, then continue.

I can open a PR to update this if you're interested. I assume this would be classified as a debug log.