Skip to content

Commit

Permalink
v0.10.6 version bump and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cihga39871 committed Dec 10, 2024
1 parent 31212a0 commit 4348a31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "JobSchedulers"
uuid = "eeff360b-c02d-44d3-ab26-4013c616a17e"
authors = ["Jiacheng Chuan <[email protected]>"]
version = "0.10.6-dev"
version = "0.10.6"

[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Expand Down
6 changes: 6 additions & 0 deletions docs/src/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

v0.10.6

- Fix: `is_dependency_ok(job)`: capture `job.state` in variable to avoid changing when running the function, which might lead to error.
- Performance: job: when user's function is done, change the state to done or failed within `job.task`, and `update_queue!()` can capture this change now. In previous versions, if a job is done, the flag might not updated to done, which cause significant delay in some situations.
- Change: `scheduler_reactivation` interval changed to 0.1s from 0.5s.

v0.10.5

- Fix: when showing progress meter, changing `JobGroup.x` was not thread safe.
Expand Down

0 comments on commit 4348a31

Please sign in to comment.