tasq-client-python 0.1.18__py3-none-any.whl → 0.1.20__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.
tasq_client/client.py CHANGED
@@ -285,7 +285,7 @@ class TasqClient:
285
285
  def counts(self, rate_window: int = 0) -> QueueCounts:
286
286
  """Get the number of tasks in each state within the queue."""
287
287
  data = self._get(
288
- f"/counts?window={rate_window}&includeModtime=1&includeBytes=1",
288
+ f"/counts?window={rate_window}&includeModtime=1&includeBytes=1&includeFailed=1",
289
289
  {
290
290
  "pending": int,
291
291
  "running": int,
@@ -1,5 +1,4 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tasq-client-python
3
- Version: 0.1.18
3
+ Version: 0.1.20
4
4
  Requires-Dist: requests
5
- Dynamic: requires-dist
@@ -0,0 +1,8 @@
1
+ tasq_client/__init__.py,sha256=I0ik-_c0hcVKUgx7QsE3YnoCQyAVMFKKOzoLt-jNFtE,277
2
+ tasq_client/check_type.py,sha256=t_jreI8rf6QWS9Jf105ZvUVbwFe-uL4rMg4kZk6e4cA,2795
3
+ tasq_client/check_type_test.py,sha256=bvhVaO-Bu18aI3J4Kxnb0H27fzDCKkTHVBWhjJMFMis,1433
4
+ tasq_client/client.py,sha256=tEyz_O63taRhSUzS9_SHvqGVmRNU4H7r9Zyb5EhhPvs,16746
5
+ tasq_client_python-0.1.20.dist-info/METADATA,sha256=7aiBBG3KFtw6zOcBouKJUHHg3j4-8SEmH6ul6p2jJmw,87
6
+ tasq_client_python-0.1.20.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
7
+ tasq_client_python-0.1.20.dist-info/top_level.txt,sha256=JUs_FTRfs_ggMu8zusU5CSXgAl-JHhrjMXxuZay-B58,12
8
+ tasq_client_python-0.1.20.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- tasq_client/__init__.py,sha256=I0ik-_c0hcVKUgx7QsE3YnoCQyAVMFKKOzoLt-jNFtE,277
2
- tasq_client/check_type.py,sha256=t_jreI8rf6QWS9Jf105ZvUVbwFe-uL4rMg4kZk6e4cA,2795
3
- tasq_client/check_type_test.py,sha256=bvhVaO-Bu18aI3J4Kxnb0H27fzDCKkTHVBWhjJMFMis,1433
4
- tasq_client/client.py,sha256=3og7zL7TkGmAYIDzt-fyrNfovvghiJL8Iy_TCsiad0w,16730
5
- tasq_client_python-0.1.18.dist-info/METADATA,sha256=5w7-axKtRfNu28vjLIyRFGCG-r04ABxMBSnvGdtpZjU,110
6
- tasq_client_python-0.1.18.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
7
- tasq_client_python-0.1.18.dist-info/top_level.txt,sha256=JUs_FTRfs_ggMu8zusU5CSXgAl-JHhrjMXxuZay-B58,12
8
- tasq_client_python-0.1.18.dist-info/RECORD,,