Skip to content

Releases: inboxsphere/persistent-scheduler

v0.2.2

02 Jan 04:25
Compare
Choose a tag to compare

remove once_cell

v0.2.1

01 Dec 13:51
Compare
Choose a tag to compare
update shutdown singal

v0.2.0

24 Nov 00:41
Compare
Choose a tag to compare

1.use separate threads for task fetching and status updating, improving concurrency and system responsiveness.
2.overhauled the secondary index structure of the native_db task table to optimize query performance, enabling faster task lookups
3.automatic cleanup completed once tasks after 30 minutes, ensuring efficient storage management and reduced database bloat.

v0.1.12

15 Nov 01:15
Compare
Choose a tag to compare

The asynchronous execution of task retrieval and status updates has been optimized.
a batch task addition interface has been added, supporting delayed execution parameters for both one-time and recurring tasks.

v0.1.9

05 Nov 13:22
Compare
Choose a tag to compare
bump to 0.1.9

v0.1.8

04 Nov 19:05
Compare
Choose a tag to compare

Enable PeriodicTask to accept parameters.

v0.1.7

03 Nov 06:29
Compare
Choose a tag to compare
bump version to 0.1.7

v0.1.6

01 Nov 11:50
Compare
Choose a tag to compare
v0.1.6fix

Update README.md