t4lz
t4lz
When running the test from @infiniteregrets's branch on Mac, but changing the test to send all the requests 30 times in a loop, at some point the agent sends a...
But what was the error? Was it `ENETUNREACH`?
Do we have the exact node error? Is it the same issue as #564?
Hi, thanks for submitting this issue. In the meanwhile, until there is a decision here or this issue is prioritized, here is a possible workaround: When running in the command...
Also [`feature::fs::advanced::tests::advanced_fs_config_default`](https://github.com/metalbear-co/mirrord/actions/runs/7693486800/job/20962365645?pr=2210#step:36:438)
I think it might be possible to implement without requiring the user to create a fork resource ahead of time. All the necessary info can be passed in the mirrord...
So we probably don't need a CRD, right?
Are `region`, `config_map`, and `queue_name_key` going to be appropriate for all types of queues (for when we support queues other than SQS sometime in the future), or should we just...
Is splitting queues from multiple cloud services at the same time a common use-case? Otherwise we could make it a single enum object instead of a list of them.
I created CRD and configuration code at #2173 according to this issue. The configuration code isn't valid yet but already roughly represents the structure of the configuration. An example `MirrordQueueSplitter`...