Skip to content

Commit 0dc65fa

Browse files
docs: fix spelling error
1 parent f42b16c commit 0dc65fa

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ CHANGES
44
2.7.0
55
-----
66

7+
* release(2.7.0): Queueable functions. Fix for multiprocess insert counter
78
* feat: return number inserted from insert
89
* fix: resolve race condition in multiprocess insert counter upload
910
* chore: remove whitespace

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The task queue uses your CloudVolume secrets located in `$HOME/.cloudvolume/secr
1717

1818
As of version 2.7.0, there are two ways to create a queueable task. The new way is simpler and probably preferred.
1919

20-
### New School: Queuable Functions
20+
### New School: Queueable Functions
2121

2222
Designate a function as queueable using the `@queueable` decorator. Currently variable positional arguments (`*args`) and variable keyword arguments (`**kwargs`) are not yet supported. If a function is not marked with the decorator, it cannot be executed via the queue.
2323

0 commit comments

Comments
 (0)