Commit Graph

8 Commits

Author SHA1 Message Date
mykonos-ibiza 10d32c0487 refactor: remove RabbitMQ from the project
- Deleted RabbitMQ service from docker-compose configurations and related files.
- Updated environment variables and documentation to reflect the removal of RabbitMQ.
- Adjusted setup instructions and code to focus solely on Redis for backend operations.
2025-08-05 21:29:36 +05:30
sharath 441e729b95
Revert "Merge pull request #901 from tnfssc/perf/remove-dramatiq-worker-rabbitmq"
This reverts commit 39898f8ab5, reversing
changes made to 07f4e088ab.
2025-07-09 18:15:37 +00:00
Sharath 113c0b6ab7
Merge branch 'main' into perf/remove-dramatiq-worker-rabbitmq 2025-07-08 22:41:44 +05:30
Richard ba8517cffb
Update start.py
fix: correct manual startup commands in start.py to use uv

Replace incorrect `python run` commands with proper `uv run` syntax
2025-07-08 23:36:51 +08:00
sharath a343264160
refactor(docker): remove RabbitMQ service and related configurations from Docker setup 2025-07-07 20:00:26 +00:00
sharath fbeb95888d
refactor: update setup process with enhanced user prompts and virtual environment management
- Removed the clear_progress function as it was no longer needed.
- Added user prompts to skip Supabase database setup during installation.
- Implemented checks for existing virtual environments and created one if absent.
- Updated instructions for starting backend services to use 'python' instead of 'uv'.
- Enhanced test cases to cover new setup functionalities and user interactions.
2025-06-13 22:20:33 +00:00
sharath ddca722b08
fix(setup): updated setup to work on windows reliably 2025-05-28 10:56:46 +00:00
sharath d1b4399a08
feat(start): added container starter/stopper script 2025-05-17 23:35:53 +00:00