Help me Out, Brothers and Sisters
When using Linkedin Jobs scraper.,
Can I handle multiple queries simultaneously at the same time?
If not, How can I do that? Maybe I can guess queue method.
anyway please gimme advice
3 Replies
Someone will reply to you shortly. In the meantime, this might help:
You create/schedule tasks, each having its own query or you can trigger runs via API and each have its own query
Not sure whether you can have different query at the same time. You probably should creat an issue in the actor issues' tab and ask the developer about it
Certain actors allow for multiple inputs per run. You can always launch multiple runs with different inputs at the same time. Make sure to limit memory used by the actor then, otherwise you'll reach the limit fast.