Nring
August 18, 2022, 7:45am
1
Infos:
Used Zammad version: 5.2.x
Used Zammad installation type: (source, package, docker-compose, …) source
Operating system: Ubuntu
Browser + version: Chrome
Expected behavior:
Actual behavior:
Steps to reproduce the behavior:
Hey All,
actually my Zammad is very Slow if i Update a Ticket, or only refresh my Overview ( small Overview with 36 Tickets).
I read a lot of “Zammad very slow”… and try to find my .env file to change some Setting, from this Desicussion:
Hello @atimias
zammad run rails r ‘p Delayed::Job.count’
0
zammad run rails r ‘p Delayed::Job.first’
nil
zammad run rails r ‘p Delayed::Job.last’
#<Delayed::Backend::ActiveRecord::Job id: 2946110, priority: 0, attempts: 0, handler: “— !ruby/object:ActiveJob::QueueAdapters::Delayed…”, last_error: nil, run_at: “2019-04-10 12:56:44”, locked_at: nil, failed_at: nil, locked_by: nil, queue: “default”, created_at: “2019-04-10 12:56:44”, updated_at: “2019-04-10 12:56:44”>
but i don’t finde the file to change this: zammad config:set WEB_CONCURRENCY=4
Some Ideas?
You’re mixing things up here + you’re trying to follow posts not matching your system.
The so called ‘env-file’ is only relevant in docker environments (i’m pretty sure someone mentioned that in said posts).
Since you’ve installed via source you’re not looking for a file - you’re looking for the needed commands. The post you linked stated said commands + you’ve stated one yourself.
Nevertheless i’d recommend reading this carefully (especially the warnings) before copy+pasting anything:
https://docs.zammad.org/en/latest/appendix/configure-env-vars.html#
cheers
2 Likes
system
Closed
December 16, 2022, 7:59am
3
This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.