pydocket 0.1.1__py3-none-any.whl → 0.1.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pydocket might be problematic. Click here for more details.

docket/worker.py CHANGED
@@ -262,7 +262,7 @@ class Worker:
262
262
  )
263
263
 
264
264
  redeliveries: RedisMessages
265
- _, redeliveries, _ = await redis.xautoclaim(
265
+ _, redeliveries, *_ = await redis.xautoclaim(
266
266
  name=self.docket.stream_key,
267
267
  groupname=self.docket.worker_group_name,
268
268
  consumername=self.name,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pydocket
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: A distributed background task system for Python functions
5
5
  Project-URL: Homepage, https://github.com/chrisguidry/docket
6
6
  Project-URL: Bug Tracker, https://github.com/chrisguidry/docket/issues
@@ -8,9 +8,9 @@ docket/execution.py,sha256=rHsQ60BbNREzcpUC_RvbGUctdLaprYp1x46sT6jTrdc,11416
8
8
  docket/instrumentation.py,sha256=USo8ptCFcwQj_YaUpJvsUHPb0QfQr50i9dF4tYgYde4,2992
9
9
  docket/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
10
  docket/tasks.py,sha256=K1f_W1z4m9RVz1GJ1ymWY5ZaRmqHO1SebNBVENlkelU,1471
11
- docket/worker.py,sha256=LAfXK9ValwEUoAkFO-IA62zv3pvZOAzzXhFUF9zDGV0,18370
12
- pydocket-0.1.1.dist-info/METADATA,sha256=g3eH4TLI1xYVpGE5kk10eqdJB1UwUNA8HfMZ1GJQ6R8,13092
13
- pydocket-0.1.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
14
- pydocket-0.1.1.dist-info/entry_points.txt,sha256=4WOk1nUlBsUT5O3RyMci2ImuC5XFswuopElYcLHtD5k,47
15
- pydocket-0.1.1.dist-info/licenses/LICENSE,sha256=YuVWU_ZXO0K_k2FG8xWKe5RGxV24AhJKTvQmKfqXuyk,1087
16
- pydocket-0.1.1.dist-info/RECORD,,
11
+ docket/worker.py,sha256=nlp4sJCI2zvAhxivl5igFbKDe3z1aOOiAEz30XelAGY,18371
12
+ pydocket-0.1.2.dist-info/METADATA,sha256=_Mpg9K1AsgbagCDZWY0DF29awyi-Ox9OMAN17bf6wKE,13092
13
+ pydocket-0.1.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
14
+ pydocket-0.1.2.dist-info/entry_points.txt,sha256=4WOk1nUlBsUT5O3RyMci2ImuC5XFswuopElYcLHtD5k,47
15
+ pydocket-0.1.2.dist-info/licenses/LICENSE,sha256=YuVWU_ZXO0K_k2FG8xWKe5RGxV24AhJKTvQmKfqXuyk,1087
16
+ pydocket-0.1.2.dist-info/RECORD,,