Even if currently it’s a beta feature, you can create multiple versions of your agent and publish them to separate environments. The problem is that the REST URI bindings do not appear to have been updated in the API definition for this feature. I wrote an issue in the cloud-php Github project, and John Pedrie, … Continue Reading
Archives
2 free months of Skillshare Premium!
You can get 2 free months of Skillshare Premium, thanks to this referral link. With Skillshare Premium you will: Get customized class recommendations based on your interests. Build a portfolio of projects that showcases your skills. Watch bite-sized classes on your own schedule, anytime, anywhere on desktop or mobile app. Ask questions, exchange feedback, and … Continue Reading
Handling execution time for PHP (FPM)
The problem: setting max_execution_time / using set_time_limit() I don’t get the wanted results If you are here, you are probably looking for an answer to the question: why set_time_limit() is not working properly and the script is killed before? or why ini_set(‘max_execution_time’, X), is not working properly and the script is killed before? The answer is not exactly … Continue Reading