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
@@ -285,7 +285,7 @@ After logging in, you'll need to activate the OpenSPP modules:
285
285
sudo systemctl restart openspp
286
286
```
287
287
288
-
**Note**: The `queue_job` moduleis automatically loaded as a server-wide module but must be installed in the database AND the service restarted for OpenSPP async operations to function properly. In this case, the `queue_job` module are already installed.
288
+
**Note**: The `queue_job` module, which is essential for asynchronous background tasks, is automatically installed as a dependency of the main OpenSPP modules. It is also pre-configured as a `server_wide_module`, ensuring that background workers can process jobs correctly after a service restart.
289
289
290
290
291
291
## Getting Help
@@ -297,17 +297,11 @@ After logging in, you'll need to activate the OpenSPP modules:
0 commit comments