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

Timezone-aware datetime objects, disable_metrics_collection bugfix #408

Merged
merged 3 commits into from
Jul 16, 2024

Conversation

alexander-veit
Copy link
Member

@alexander-veit alexander-veit commented Jul 16, 2024

  • Disable idle instance check when disable_metrics_collection is active
  • Switch to timezone aware datetime object everywhere. In particular, replace deprecated datetime.utcnow() with datetime.now(timezone.utc).
  • Update docs

@alexander-veit alexander-veit changed the title disable_metrics_collection bugfix / update docs Timezone-aware datetime objects, disable_metrics_collection bugfix Jul 16, 2024
@alexander-veit alexander-veit merged commit d54b2aa into master Jul 16, 2024
5 checks passed
@alexander-veit alexander-veit deleted the av_updates branch July 16, 2024 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants