hi guys, to give you some context the client wants to book the parking spot once they are being opened (everyday at 00:00). i’ve created a scenario for that and scheduled it everyday at 00:00.
the problem is the spots are very limited and the delay for this scenario to be triggered is 10-20 seconds and during that time the spots can get booked. is there any way to schedule it besides the scenario basic trigger or that’s just how make.com works?
Make triggers the scenario at the right time. Judging by the screenshot of your scenario from the other question, I’d say it takes 10-20 seconds of processing to get to the module that books the spots.
Thus, what you can do is prepare everything that’s possible to be anticipated before 00:00 (like getting the token) and launching the query at 00:00. Considering everybody has to go through that step via API, that would be the best you can get.
Other than that, you’d have to code a high performance script that keeps HTTP connections open and yields partial results of the query to anticipate the booking request. If you’re looking into that kind of competitiveness, then Make.com might not be suitable for the job.
hi damato, the scenario runs in under 10sec. i’ve watched it for the past couple of days and everytime at 00:00 it takes 10-20 to start. this delay is not a dealbreaker to split it in 2 scenarios but i was just curious if i did something wrong