[openstreetmap/openstreetmap-website] Use Noticed for notifications on GPX imports (PR #6939)
Tom Hughes
notifications at github.com
Tue May 5 07:34:18 UTC 2026
tomhughes left a comment (openstreetmap/openstreetmap-website#6939)
I think there may be something not quite right with the failure notifications... Since this was deployed the number of mail jobs in the delayed job queue has been growing:
<img width="918" height="370" alt="image" src="https://github.com/user-attachments/assets/416dd65c-ed16-47cb-9b73-cb3bc9b6623c" />
and looking at the database they are mostly GPX failure mails:
```
openstreetmap=# select regexp_replace(handler, '^.*gid://open-street-map/([^/]+)/.*$', '\1') as type, count(*) from delayed_jobs group by type;
type | count
----------------------------------------+-------
ActiveStorage::Blob | 4
GpxImportFailureNotifier::Notification | 179
GpxImportSuccessNotifier | 2
GpxImportSuccessNotifier::Notification | 16
NewFollowerNotifier::Notification | 12
Trace | 33
User | 20
(7 rows)
```
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6939#issuecomment-4377340436
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/6939/c4377340436 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20260505/4b659590/attachment-0001.htm>
More information about the rails-dev
mailing list