Issue with a bird (pop-up) notifications

Infos:

  • Used Zammad version: 3.1
  • Used Zammad installation source: docker
  • Browser + version: latest Chrome Version 79.0.3945.130 (Official Build) (64-bit)

Expected behavior:

  • Update should get notify on Zammad bird (pop up) of ticket creation or user creation.

Actual behavior:

  • Even after creating/updating ticket I am not getting any notification of user or ticket creation (pop up)

Steps to reproduce the behavior:

  • Create a job or update a job and wait in a browser for pop-up updates.

Details:

If we go to https://service.kkts.com.au/api/v1/online_notifications we can see that it is Ok. Was 2 with seen:false, after create/update ticket I see there 3 seen:false

[{"id":1326915,"o_id":92716,"object_lookup_id":2,"type_lookup_id":3,"user_id":4890,"seen":false,"updated_by_id":4890,"created_by_id":4890,"created_at":"2020-01-28T05:16:04.602Z","updated_at":"2020-01-28T05:16:04.602Z"},
{"id":1326792,"o_id":96228,"object_lookup_id":2,"type_lookup_id":2,"user_id":4890,"seen":false,"updated_by_id":73,"created_by_id":73,"created_at":"2020-01-28T05:04:12.462Z","updated_at":"2020-01-28T05:04:12.462Z"},
{"id":1326741,"o_id":92716,"object_lookup_id":2,"type_lookup_id":3,"user_id":4890,"seen":false,"updated_by_id":4890,"created_by_id":4890,"created_at":"2020-01-28T04:59:36.926Z","updated_at":"2020-01-28T04:59:36.926Z"},
{"id":1326538,"o_id":96118,"object_lookup_id":2,"type_lookup_id":3,"user_id":4890,"seen":true,"updated_by_id":4801,"created_by_id":4801,"created_at":"2020-01-28T04:47:16.352Z","updated_at":"2020-01-28T04:47:16.352Z"},
...

but screen in a browser:

2020-01-28_08-30-32

Should be 3. Only after page refresh, we got 3

I can’t find any errors in Scheduler logs or anywhere.

Sounds like you’re having issues with your websockets or system load.
Ensure your system can keep up with it’s work.

You can verify the websocket situation with looking for “longpolling” within the logfile. if this appears, you’ll need to fix this, this draws great load on your system.

Also, if websockets are no issue, wait a minute or two without refreshing to ensure that it’s not your system being under heavy load. If you have scheduler.rb running on 100%, that’s your issue.

You might want to upgrade to Zammad 3.2 because it comes with performance tweaks (see: Zammad 3.2 is available ).

Also ensure you’re overviews are not the issue here, try to keep them as simple and slim as possible - see:
https://admin-docs.zammad.org/en/latest/manage/overviews.html

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.