How performant is the "jobs" queue?

Respondida

1 Comentários

  • Jean-Charles Pascale

    Hi Oliver,

    There is a limit of 30 jobs for those kinds of endpoints, so I would say that the best way to go about it would be to send those calls 30 by 30.

    If you end up reaching the limit, you should receive an error "TooManyJobs" returning the ids of the ongoing jobs that filled the queue, so you can simply wait a bit and retry those.

    There is no start time, however the Job Statuses endpoint should return the "progress" attribute showing how many items have been processed by the job. It should give you some information about the progress if needed.

    Hope this help.

    -JC

    0

Publicação fechada para comentários.

Powered by Zendesk