You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I add several new records to the database one by one
Up to 23 tasks for creating new elements accumulate and after that an error appears when trying to add a new element "error_item_currently_being_updated"
In the task manager, the list of unfinished tasks is already almost 2 hours to create an item.
Expected behaviour
The creation task should be completed in no more than 5 minutes (or complete the execution in a few seconds (ideally))
Actual behaviour
Tasks for creating new items do not take hours to complete.
Server configuration
Operating system: Linux teampass 6.8.0-49-generic #49-Ubuntu SMP PREEMPT_DYNAMIC Mon Nov 4 02:06:24 UTC 2024 x86_64
@Lyxiz
I believe you have àtask that is not finished for any reason.
In table teampass_background_subtasks, find the entry that has is_in_process = 1 and subtask_in_progress = 1.
Set both to 0 and wait for the cron to run.
Hi!
The problem was in the cron configuration - the standard path to php did not work, I replaced it with /usr/bin/php8.3 (the current one used by teampass) and manually entered it into the cron task. I think the problem occurred after upgrading the php version to 8.4.
Page on which it happened
index.php?page=tasks
Steps to reproduce
Expected behaviour
The creation task should be completed in no more than 5 minutes (or complete the execution in a few seconds (ideally))
Actual behaviour
Tasks for creating new items do not take hours to complete.
Server configuration
Operating system: Linux teampass 6.8.0-49-generic #49-Ubuntu SMP PREEMPT_DYNAMIC Mon Nov 4 02:06:24 UTC 2024 x86_64
Web server: Apache/2.4.58 (Ubuntu)
Database: 8.0.40-0ubuntu0.24.04.1
PHP version: 8.3.10
Teampass version: 3.1.3.1
Teampass configuration variables:
Updated from an older Teampass or fresh install:
Client configuration
Browser: Chrome - 131.0.0.0
Operating system: Windows - 64bits
Logs
Web server error log
Teampass 10 last system errors
Log from the web-browser developer console (CTRL + SHIFT + i)
The text was updated successfully, but these errors were encountered: