Thomas Crambert
Thomas Crambert
> What's your use case to need a custom adapter extending solid_queue adapter? We need them to specify which database shard to use when enqueuing a job. They basically do...
Hello @rosa 👋, > Does the shard depend on the job itself? More or less yes, we are selecting which shard to use based on some computations on the job...
Hello @rosa 👋, Thanks for your quick reply 🙏 > you don't need to set processes and threads to 0: Setting `processes` and threads to 0 is to avoid any...
> I think 3 is a safe assumption so that you don't run out of DB connections, which is the purpose of this check. Fair enough 👍, this function might...
Hello @rosa 👋 > I don't quite understand the use-case here 🤔Could you provide more details about why do you need this? Sure thing! I've thought about this feature when...