You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if the constant DELAY_ALL_NONCAPTCHA_FILLS is set to true, the FillHandler object created by the controller will automatically throw all fill requests onto the queue.
Additionally, any failures that occur while filling out a form are also thrown onto the queue, with last_job.attempts = 1.
We should test if these two situations work well on the same queue, and if not separate out the queues.
The text was updated successfully, but these errors were encountered:
Currently, if the constant
DELAY_ALL_NONCAPTCHA_FILLS
is set totrue
, theFillHandler
object created by the controller will automatically throw all fill requests onto the queue.Additionally, any failures that occur while filling out a form are also thrown onto the queue, with
last_job.attempts = 1
.We should test if these two situations work well on the same queue, and if not separate out the queues.
The text was updated successfully, but these errors were encountered: