Hum weird, isn't DBIC supposed to deal with reconnection?
You could add the find in a try, then find again in the catch... (for debug
purpose!)
Or force a new DBMS connection for each job (C4::Context->dbh({new => 1})),
but that's not a long term solution.
Le jeu. 19 oct. 2023 à 08:04, David Cook
It's enabled, so the problem is not coming from there.
Le lun. 23 oct. 2023 à 04:59, David Cook via Koha-devel <
koha-devel@lists.koha-community.org> a écrit :
> Hi all,
>
>
>
> It looks like my “bugmail has been disabled” for the last 10 days on
> Bugzilla, so if I haven’t responded to a comment
Some ideas:
1. You could hack the worker to process all queues, then you could have
only one worker (?)
2. Stop the worker, modify Koha::BackgroundJob->enqueue to call ->process
(not with $self, you will need to refetch the job)
3. You can remove the "use" statements from plack.psgi to reduce plack
David, if you don't know Jenkins and you are part of the QA team, I guess
you are not alone to be lost with our CI structure and it means we have a
big problem. Either motivation, or tools or communication.
I am not answering you now but maybe we need to document a bit better how
it works for the n
Because of 26170, I left a comment there.
Le ven. 3 nov. 2023 à 13:49, Tomas Cohen Arazi via Koha-devel
a écrit :
>
> Hi all, this is master's latest failures:
>
> https://jenkins.koha-community.org/job/Koha_Master/lastCompletedBuild/testReport/
>
> The selenium failure has been there for a while
selenium/patrons_search.t has been failing randomly for a while.
Failures should be reported on bug 31199.
Le lun. 6 nov. 2023 à 07:03, David Cook a écrit :
> Also, regarding
> https://jenkins.koha-community.org/job/Koha_Master/lastCompletedBuild/testReport/
> :
>
>
>
> I’ve got a fix for “t_db_
About ktd you need to include one of the ES/OS compose files (
docker-compose.es* docker-compose.os*), there are bin/ktd switches.
You also need KOHA_ELASTICSEARCH set to "yes" in the .env file.
Le mar. 7 nov. 2023 à 03:55, David Cook via Koha-devel <
koha-devel@lists.koha-community.org> a écrit :
Hi,
I am suggesting removing the tarball from our release process. I don't
think anybody is using it anyway.
It's extra work for RMaints, and it does not seem necessary.
I am going to suggest removing the po files from the Koha src code starting
from November releases, and that will require yet an
You missed the original request, Victor. The .po files will be missing from
the src and so the git extract won't be enough.
I think we better need to have a job triggered on tags pushed that will
build and push the .tar.gz files.
Le ven. 10 nov. 2023 à 04:52, Victor Grousset/tuxayo via Koha-devel
e.
> El mar, 7 nov 2023 a las 17:22, Jonathan Druart via Koha-devel (<
koha-devel@lists.koha-community.org>) escribió:
>>
>> Hi,
>> I am suggesting removing the tarball from our release process. I don't
think anybody is using it anyway.
>> It's extra wor
Hello,
The translation server has been migrated from Pootle to Weblate.
It's a whole new server with a complete new workflow.
The goal was to have it ready to translate 23.11, but everything is not set
up yet (downtimes may appear).
You can login with your Pootle credentials, and you should have
Please report it.
There is another one, related:
https://gitlab.com/koha-community/koha-l10n/-/issues/1
Yours should be reported on bugzilla I'd say.
Le mer. 24 janv. 2024 à 06:59, David Cook via Koha-devel
a écrit :
>
> I help out a few libraries running 22.11 straight from the community, and
The problem should be fixed for live packages.
Le mer. 24 janv. 2024 à 06:59, David Cook via Koha-devel
a écrit :
>
> I help out a few libraries running 22.11 straight from the community, and two
> libraries lately have had Koha go down during automatic upgrades to
> 22.11.12-1.
>
>
>
> koha-co
Hi Emmi,
Search for "No job found" in the worker logs. Do you have jobs (in DB
table background_jobs) stuck in "new" (with
type="update_elastic_index")?
If so, search in the data column for your biblionumbers.
See also bug 35819.
Regards,
Jonathan
Le lun. 29 janv. 2024 à 13:32, Emmi Takkinen via
Seen it for the first time right now.
It is inside "cas_ticket" and it contains the columns for Koha::Patrons
Seems related to bug 34893
Le mar. 13 févr. 2024 à 01:36, David Cook via Koha-devel <
koha-devel@lists.koha-community.org> a écrit :
> Hi all,
>
>
>
> The last two days I’ve noticed that
Hi Paul,
I've adjusted the description of the event.
Cheers,
Jonathan
Le lun. 4 mars 2024 à 15:26, Paul Poulain via Koha-devel
a écrit :
>
> Hello all,
>
> I don't know who to ask, so asking widely, sorry.
> The hackfest announcement on https://koha-community.org/calendar/ is correct.
> Howeve
We want to know which requests to protect (ie. Requiring a csrf token):
those having a op starting with cud-
Otherwise you could GET something that should be POSTed.
I've tried to describe this change as best as I could on the wiki, please
adjust if it's not clear enough.
https://wiki.koha-communit
See Bug 38035 - "sound" listed as an installed language
Le lun. 7 oct. 2024 à 14:30, Marcel de Rooy via Koha-devel
a écrit :
>
> Hi,
>
>
>
> Anyone have a clue about this error/warning while installing koha-common:
>
>
>
> Setting up koha-common (24.06.00-28~git+20240916210118.27f94d8f-1) ...
>
>
My answer from bug 38357 comment 15:
"""
It has a global scope, and is available from the subroutines.
When switching to plack we (lazily) switched some "my" to "our" to
just make things work.
It can be fixed, but it's not simply a s/^our/my/g substitution.
But yes, it must be done.
"""
Le mer. 12
19 matches
Mail list logo