Dries De Peuter
Dries De Peuter
Hi, I've been building locally using the following to support multiarch. I do build the go apps in the container, so they will build using the correct arch. You could...
At the moment Cron uses the `symfony/process'`s `PhpProcess` internally. This only takes a script string. It should be possible to create a script containing the static call. I currently don't...
I understand you can call `call_user_func`. But I am not quite sure how the applicatoin would bootstrap itself from this call. ex. instantiate a database connection. Are all these responsibilities...
I have been thinking about this as well but came to the conclusion this would in fact be a background worker. I see a cron more as an action that...
Here I am confused. I don't see how you want to implement this. Currently parts of the library already have integration tests.
Indeed this should be a separate package. Note that splitting these now would require increasing the major version number. (unless it will be required by the main project)
This feels like a great idea. Do you have an proposal about the implementation?
Also missing JAN-DEC and SUN-SAT support.
No specific reason why I wrote it by myself. I must admit I did not know this library existed. It would indeed be a good alternative to my self-written implementation.
Hi @modiniks, we can indeed do this. Do you know if it will be a breaking change or from what version this is possible?