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

Develop #82

Merged
merged 5 commits into from
Aug 2, 2024
Merged

Develop #82

merged 5 commits into from
Aug 2, 2024

Conversation

tarsil
Copy link
Collaborator

@tarsil tarsil commented Aug 1, 2024

No description provided.

…zlocal optional (#80)

Changes:

- cleanup unused to_bool
- pass timezone info from scheduler to get_next_trigger_time, so they are scheduler specific
- make tzlocal optional and fallback to utc
- allow to_datetime be used without timezone
- allow submitting paused tasks
- replace UndefinedType by Undefined and add a shim for backward compatibility
- shrink pending_tasks, store_alias is now set in add_task
- allow updating task attributes while submitting via add_task
- fix incorrect fn references in documentation
- update documentation
- allow updating more attributes in-place in add_task
- remove old types from TaskState
- allow submitting tasks only once (set a fuse submitted)
- add tests
- update release notes
- make loguru optional, fallback to normal logging
- make normal logging selectable by overwriting either per scheduler or
  per default_loggers_class in asyncz.schedulers.base
- splitout process_pool from pool and pass special logger
- provide tests
- update release notes and docs
* fix test workflow and docker-compose
* fix python 3.8 typings
Copy link
Contributor

@devkral devkral left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be fine now.

@tarsil tarsil merged commit 6e842cb into main Aug 2, 2024
10 checks passed
@tarsil tarsil deleted the develop branch August 2, 2024 07:44
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