Commit Graph

27 Commits

Author SHA1 Message Date
Mike Hillyer 2f67b735a1 Update README.md
Adding a note to not post help requests to Issues.
2025-05-01 10:43:47 -04:00
Mike Hillyer c42536ee77 Updating the quickstart tutorial. 2024-07-05 09:48:20 -04:00
Mike Hillyer 275f82ae58 Update README.md
Add site reference.
2024-06-17 10:37:57 -04:00
Mike Hillyer 376903e9a1 Update README.md
Adding reference to paid support to readme.
2024-06-17 10:32:07 -04:00
Mike Hillyer 91241e8c54 Punctuation fixes. 2024-03-15 13:52:37 -04:00
Mike Hillyer 8fd8cd7544 Github won't allow the Discord iframe. 2024-03-15 13:51:34 -04:00
Mike Hillyer 79227e335d update the readme.md to be more informative for repo visitors. 2024-03-15 13:49:29 -04:00
Mike Hillyer 5d40c6a469 Update README.md 2023-11-28 10:58:40 -05:00
Mike Hillyer 545536f1ca Update README.md 2023-11-28 09:39:49 -05:00
Wez Furlong c8894586e8 whitespace only change to trigger a build with a new hash 2023-06-23 12:33:48 -07:00
Mike Hillyer c926d26e2f Update README.md 2023-03-31 14:39:03 -04:00
Wez Furlong 25bf7a28c8 docs: tweak to credits and readme 2023-03-27 17:48:19 -07:00
Wez Furlong 639ba68ac3 Move developer-focused bits of readme to separate file
and streamline the readme itself
2023-03-27 17:36:02 -07:00
Cloud User 3632889cdf Guide updates for CentOS7 2023-03-09 16:47:25 +00:00
Wez Furlong 78c9c45936 readme: delete content that now lives in docs/reference/queues.md 2023-03-08 16:53:03 -07:00
Wez Furlong 43155c809b notes on how to start with tokio-console 2023-03-06 09:48:44 -07:00
Wez Furlong 020e930d66 add queue / flow chart 2023-02-27 17:27:48 -07:00
Wez Furlong 2cba4196c5 revise docker build; move away from musl/alpine
A downside of pulling in rocksdb is that it is a pretty big
C++ library and musl/alpine don't really get on with it.

Switch to using the latest ubuntu LTS image as our base.
2023-02-23 10:07:29 -07:00
Wez Furlong 42b173eac5 CI: take a run at building the docker image 2023-02-23 07:36:48 -07:00
Wez Furlong bda38adf90 restructure docker build bits
This makes it a bit easier to add other docker images
for other things in the future
2023-02-20 02:47:59 +00:00
Wez Furlong 9812eef7ac add prometheus metrics export
This commit adds in an http listener that provides a `/metrics`
endpoint that can be configured as a target by prometheus to
scrape and record metrics.

You may also curl it for yourself.

While playing around with this, I found and fixed a deadlock
in the case that the initial spool in logic found and expired
a message; it would reuse a helper function that wanted to acquire
a lock, but it already held the lock.
2023-02-19 00:17:58 -07:00
Wez Furlong 1dcc994c9f Add basic docker build 2023-02-19 03:37:06 +00:00
Wez Furlong 667bb91525 formalize tenant/campaign components of default queue naming 2023-02-18 07:28:03 -07:00
Wez Furlong acf36fe010 slightly expand readme and comments 2023-02-17 14:06:56 -07:00
Wez Furlong f9155541fe Add fuzzer for rfc5321 parser 2023-02-16 16:34:44 -07:00
Wez Furlong 79afc79794 add lua code formatting 2023-02-15 06:51:59 -07:00
Wez Furlong 3287523d84 Skeleton tokio server for kumod 2023-02-10 16:44:10 -07:00