If I run apify push and then I decide to cancel the build it via Ctrl+C it terminates the process in my local terminal, but the Build will continue on the Apify Console.
In that case I need to open browser look for the related Actor, go to Builds and hope I will manage to abort the build from browser in time - as there is not revert build functionality on Apify Platform yet.
Wouldn't it be better to abort the build in Apify Console on receiving SIGINT when running apify push from local?
If I run
apify pushand then I decide to cancel the build it via Ctrl+C it terminates the process in my local terminal, but the Build will continue on the Apify Console.In that case I need to open browser look for the related Actor, go to Builds and hope I will manage to abort the build from browser in time - as there is not revert build functionality on Apify Platform yet.
Wouldn't it be better to abort the build in Apify Console on receiving SIGINT when running
apify pushfrom local?