Cron-Job Issue with double Proccesses

216 views Asked by At

We have a business, where we send API request to generate digital products. We have 2 jobs, one order based and one cron-job to process open orders.

I don't know where i should search the Problem.

Problem is; the Cronjob double processed now 3 times (on 3 different days) products. Example: Our Shop asks with a simple JSON POST the other system to get the Products by API. This is initiated by the Cronjob. The other System always makes, what the request incoming want.

If the Shop asks for 1 product, the system ordered two. Two similar requests are made to the API.

I don't know if this Problem is coming from;

  • the store (where the Cron Job Script is started)
  • the System
  • somewhere else

It is suspicious, that not the whole Job is done twice, it was only for some orders and some products. And not always. Does any one had a some Problem or a probably solution for that?

We already have some Security checks to prevent that, but it looks like it doesn't help. (The double processing is very bad, the products are like money (giftcards), if a customer get's to much of the digital cards and he redeem it immediatly, the money is lost).

0

There are 0 answers