qpismont
  • Joined on 2025-06-23
qpismont created pull request qpismont/herald#5 2026-06-12 23:27:39 +02:00
Fix missing env var error
qpismont pushed to 1.0.1 at qpismont/herald 2026-06-12 23:27:23 +02:00
3f6c5b5559 Fix missing env var error
qpismont created branch 1.0.1 in qpismont/herald 2026-06-12 23:27:23 +02:00
qpismont released 1.0 at qpismont/herald 2026-06-12 22:42:11 +02:00
qpismont pushed tag 1.0 to qpismont/herald 2026-06-12 22:42:11 +02:00
qpismont deleted branch 1.0 from qpismont/herald 2026-06-12 22:38:27 +02:00
qpismont pushed to main at qpismont/herald 2026-06-12 22:38:27 +02:00
d4666fb36e Merge pull request 'prepare first release with graceful shutdown + containerfile + push to' (#4) from 1.0 into main
cf59455d4a Fix release job
c7387a3b28 Fix tests job
433021d607 Add webhook already handled check
3c32cd20b6 Readme :)
Compare 6 commits »
qpismont merged pull request qpismont/herald#4 2026-06-12 22:38:26 +02:00
prepare first release with graceful shutdown + containerfile + push to
qpismont pushed to 1.0 at qpismont/herald 2026-06-12 22:15:31 +02:00
cf59455d4a Fix release job
qpismont pushed to 1.0 at qpismont/herald 2026-06-12 21:57:42 +02:00
c7387a3b28 Fix tests job
qpismont pushed to 1.0 at qpismont/herald 2026-06-12 21:56:45 +02:00
433021d607 Add webhook already handled check
qpismont pushed to 1.0 at qpismont/herald 2026-06-10 22:01:44 +02:00
3c32cd20b6 Readme :)
qpismont commented on pull request qpismont/herald#4 2026-06-10 21:39:35 +02:00
prepare first release with graceful shutdown + containerfile + push to

Graceful shutdown work !

podman container run -p 3001:3000 --env-file=.env docker.io/tintounn/herald:1.0 2026-06-10T19:31:42.703777Z INFO herald: Initialize sentry 2026-06-10T19:31:42.706…

qpismont created pull request qpismont/herald#4 2026-06-10 21:23:53 +02:00
prepare first release with graceful shutdown + containerfile + push to
qpismont pushed to 1.0 at qpismont/herald 2026-06-10 21:23:28 +02:00
a30d7c5d90 prepare first release with graceful shutdown + containerfile + push to
qpismont created branch 1.0 in qpismont/herald 2026-06-10 21:23:28 +02:00
qpismont deleted branch tracing from qpismont/herald 2026-06-10 20:28:09 +02:00
qpismont pushed to main at qpismont/herald 2026-06-10 20:27:28 +02:00
9175f9b3a2 Merge pull request 'Starting impl Sentry and tracing' (#3) from tracing into main
71ebfdd276 tasks.join_next => join_all()
3d751ae6c6 drain completed tasks and log webhook queue stats
6599c20c30 verify_signature before adding body to sentry event
a2d898c07d Fix sentry http request info
Compare 7 commits »
qpismont merged pull request qpismont/herald#3 2026-06-10 20:27:26 +02:00
Starting impl Sentry and tracing