churros/notella#
Notification queue server for Churros.
Installation#
# generate prisma client
just genprisma
# start
just
For self-hosted knots, clone URLs may differ based on your setup.
Download tar.gz
fix(deps): update module google.golang.org/api to v0.220.0
See merge request churros/notella!34
fix(deps): update module github.com/nats-io/nats.go to v1.39.0
See merge request churros/notella!33
feat(dry run): allow exempting some users from dry run
See merge request churros/notella!35
seems like it's just polling behavior? need to do something other than
that infinite for{} anyways
see https://github.com/nats-io/nats.go/issues/1033
might be
https://github.com/golang/go/issues/15442#issuecomment-214965471
will try https://stackoverflow.com/a/45921617 if the issue persists