Colin Morelli
Colin Morelli
Perhaps a less-risky approach could be to optionally expose a separate main queue context for `NSFRC`s to be created from, keeping the existing structure as-is.
Just to add here - I've gone back and forth on what to do with logging. On the one hand, it's helpful for development purposes to dump logs to stdout....
Yes, @saghul - but in the case of docker, for example, it actually just dumps all stdout to a single docker-managed file by default, and doesn't rotate it (unless that...
I'm aware there are other options. I was just mentioning the default which can lead to strange behavior. In any case, I can easily make a change to disable syslog...
Alright I believe the latest commit should have it only log to syslog if daemonized, preferring stdout otherwise. tbh I don't really like how it's working, though. Partially because the...
Any update here? This also makes it a little tough to run in Docker. Is the fix to simply avoid executing the `daemonize` method with a `--no-daemonize` option? If so...
Done - see #91. Appears to work in both foreground and background modes.
Thanks for creating the issue! Following up from the conversation in Discord. For context for others reading along, this discussion started due to my surprise at the following: ```typescript JSONSchema.make(Schema.DateFromString.annotations({...
I don't think this behavior is "incorrect" (more on this at the end). But from a practical standpoint, I think the current approach will lead users of the library to...