How do I specify producer and consumer workers in TOML under an environment?
TOML continues to hurt my head and I'm struggling to bind queues within an environment. I've tried the following (both suggested by Cursor but both apparently wrong):
and
What's the correct syntax here?
2 Replies
Have you tried JSON, if that is easier?
Funnily enough it was shortly after this that I took the long-postponed decision to switch once and for all to JSON. Me and TOML just don't get on ðŸ˜
(And yet I'm still curious what the correct TOML syntax for the above would be.)