Commit Graph

4 Commits

Author SHA1 Message Date
Joshua Salako 41ce2caa0a implement RAC check and salary detect every 2 minutes 2025-07-08 17:41:30 +01:00
Joshua Salako 98de3de7a3 Revert "Add salary detection configuration and payloads"
This reverts commit 332b743fa5.
2025-07-08 17:01:17 +01:00
Joshua Salako 332b743fa5 Add salary detection configuration and payloads
Updated config.py to include the salary detection endpoint, headers, and sample payloads. Enhanced salary_detect.py to utilize the new configuration for making POST requests to the endpoint with random salary data. Improved error handling during the request process.
2025-07-08 16:43:37 +01:00
Joshua Salako 99e1b82ea8 Add autonomous salary detection feature to API
Integrated SalaryDetect class into the API and initiated an autonomous salary detection loop during the startup event. This enhancement improves the system's capability to monitor and analyze salary data in real-time.
2025-07-05 19:27:53 +01:00