ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 27,550
- Points
- 823
Reputation:
I'm not sure if I have approached this correctly, or if anybody can think of a better, more efficient way to do this.
I have a cron that selects x amount of threads based on the total amount of replies.
If the replies are greater than an option defined number, then I add them to a table to be processed.
These threads are then then sent to a third party API to be evaluated. At the moment there is one API call per thread. I have used the job system to "Enqueue" the x amount of tasks. Once...
Read more
Continue reading...
I have a cron that selects x amount of threads based on the total amount of replies.
If the replies are greater than an option defined number, then I add them to a table to be processed.
These threads are then then sent to a third party API to be evaluated. At the moment there is one API call per thread. I have used the job system to "Enqueue" the x amount of tasks. Once...
Read more
Continue reading...