Igor Dreher
Igor Dreher
@Scony Sorry for late reply, I don't think it is related to the changes I made, since it seems to work fine. But it's hard to tell. @Levrault Is it...
I'm currently facing the same issue. It works locally, but when running inside a docker container, arena fails to load queues pages. Error logs: ``` MaxRetriesPerRequestError: Reached the max retries...
I solved my problem. In my case, arena would fail to connect to redis if I provided the redis url: ```Javascript queues: [{ type: 'bull', name: 'example', hostId: 'q', url:...
Hey @gfyrag, thanks for replying! > Do you have seen you can create transactions with multiple postings? Using this instead of multiple transactions could allow you to revert all at...