Skip to content

Commit

Permalink
Fix pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-piles committed Nov 1, 2024
1 parent 62c0c6e commit 2a961d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PyRSMQ==0.5.1
redis==5.0.7
setuptools==75.2.0
setuptools==75.3.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
name=PROJECT_NAME,
packages=["queue_processor"],
package_dir={"": "src"},
version="0.9",
version="0.10",
url="https://github.com/huridocs/queue-processor",
author="HURIDOCS",
description="Manage queues on Uwazi services",
Expand Down
2 changes: 1 addition & 1 deletion src/queue_processor/QueueProcessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def start(self, process: callable, restart_condition: Callable = None):
try:
restart = restart_condition(message)
except:
restart = False
pass

break

Expand Down

0 comments on commit 2a961d0

Please sign in to comment.