index
:
femtoqueue.git
main
Ever wanted a zero-dependency, filesystem-backed, durable, concurrent, retrying task queue implementation? No?
Git Server
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
femtoqueue.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use monotonic clock for task ordering
Jan Tuomi
2025-05-22
1
-26
/
+98
*
Update README, docstrings, add ruff to dev dependencies
Jan Tuomi
2025-05-16
1
-2
/
+3
*
Add V1 header for data integrity checking
Jan Tuomi
2025-05-16
1
-3
/
+40
*
Only pop() tasks added with past timestamp
Jan Tuomi
2025-05-15
1
-7
/
+18
*
Run formatter, add ruff config
Jan Tuomi
2025-05-15
1
-7
/
+23
*
Add docstrings
Jan Tuomi
2025-05-15
1
-1
/
+55
*
Add sync_after_write option to ctor
Jan Tuomi
2025-05-15
1
-1
/
+6
*
Rename node_name to node_id
Jan Tuomi
2025-05-15
1
-5
/
+5
*
Replace uuidv4 call with urandom
Jan Tuomi
2025-05-14
1
-3
/
+3
*
Improve performance on large queues
poksiala
2025-05-14
1
-15
/
+17
*
Cache results of listdir in memory
Jan Tuomi
2025-05-14
1
-14
/
+26
*
Protect against partial writes by using write + rename pattern
Jan Tuomi
2025-05-14
1
-4
/
+13
*
Ensure ordering at microsecond resolution
Jan Tuomi
2025-05-14
1
-6
/
+8
*
Update latest_stale_check_ts after check
Jan Tuomi
2025-05-14
1
-0
/
+1
*
Perf improvements
Jan Tuomi
2025-05-14
1
-12
/
+9
*
Add initial impl
Jan Tuomi
2025-05-14
1
-0
/
+134