3 questions from the last 7 days
1
vote
1
answer
44
views
CodeIgniter cron endpoints: best practice for daily scheduled execution, date-window processing, and token-gated stage 2
I’m working on a CodeIgniter (PHP) app with a 2-stage batch process:
Cron 1 (syncAndPrepareQRTokens)
sync eligible members to member_benefits
generate qr_code_token
Cron 2 (execute)
generate PDF + ...
Advice
0
votes
1
replies
38
views
Atomic Release for Laravel + Vite
I am using a Laravel + Vite Project
My setup is Git Action, where I call production.sh file
In which I take a pull of the branch and build the project, and do the necessary steps.
At the moment, I ...
-2
votes
0
answers
34
views
Unable to connect to P4 server (WSAECONNREFUSED) - Second User (Not Host)
I have recently set up a Perforce server, but my second machine is unable to connect to it. It connected successfully when it was initially set up, but now when I try to re-open the connection, I get ...