Skip to content

Commit

Permalink
Add Troubleshooting section to documentation (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcop1 authored Jun 8, 2022
1 parent 765af38 commit 615a95c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ sources and applying the data to Pimcore data objects based on a configured mapp
- [Import Execution Details](./doc/04_Import_Execution_Details.md)
- [Import Progress and Logging](./doc/05_Import_Progress_and_Logging.md)
- [Extending](./doc/06_Extending/README.md)
- [Troubleshooting/FAQ](./doc/06_Troubleshooting_FAQ.md)
15 changes: 15 additions & 0 deletions doc/06_Troubleshooting_FAQ.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Troubleshooting / FAQ

### 1) Status in the Execution isn´t progressing

Please be aware that you either need to activate the symfony messenger based or the command based processing for the queue.
See [Import Execution Details](04_Import_Execution_Details.md) for details.

![Execution Status](./img/faq_execution_status.png)

### 2) "ERROR: The command is already running." while running the process queue command

Sometimes it can happen that one of the worker processes terminates unexpectedly. If you try to run the process queue command again,
you may get a "The command is already running." error message.
If that is the case, please check the "lock_keys" table. The key column contains the (SHA256) hashed representation of the command (e.g. datahub:data-importer:process-queue-sequential).
Delete the corresponding key and try to run the command again.
Binary file added doc/img/faq_execution_status.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 615a95c

Please sign in to comment.