Commit Graph

7 Commits

Author SHA1 Message Date
ed81eb749c
Remove unused import in worker.py
Deleted import of the 'io' module from worker.py as it was not being used. This helps clean up the code and potentially reduce memory usage. Cleaning up unused imports also makes the codebase more maintainable.
2024-09-03 14:33:53 +02:00
41ba98ee91
Fix signature box placement calculation
Adjusted the calculation of the signature box's bottom boundary to subtract the height instead of adding it. This change ensures that the signature is placed correctly within the designated zone on the PDF.
2024-09-03 14:33:45 +02:00
ef47e2c1fd
fix drone process 2024-06-27 13:26:02 +02:00
dc3cbad26b
add drone signature 2024-06-27 12:28:19 +02:00
04c4709c84
configure for building worker within a docker image 2024-06-27 12:26:23 +02:00
75ac2587a0
idea configuration for worker 2024-06-27 09:51:46 +02:00
ef32d5d91c
First commit: create mvp project
- create an orchestrator to orchestrate signature of pdf;
- create a worker to get request from amqp and resend it to amqp
2024-06-27 09:51:32 +02:00