-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setup advancedqueue_runner #15375
setup advancedqueue_runner #15375
Conversation
GitHub Workflows (.github/workflows/*.yml)Have you...
|
@ndouglas , I'm confirming these are the correct directories.... the process kept failing silently until I kept the above directories, and modified the following line in the local package: becomes $autoloader = require $_SERVER['PWD'] . '/vendor/autoload.php'; |
@ndouglas , also, do you have a quick way to test this with a job that's prebuilt? having a bit of trouble trying to kick a test one off that increments the queue |
@ariperez Yeah, we currently have We can use
Hmm, nope. What issue are you encountering? I'll poke around with this a bit, if you don't mind. |
I'll go ahead and add the
|
So:
(to be continued) |
(converted to draft since we're still evaluating) I'm... eh... not crazy about this module so far. It seems really hard to inspect and debug -- the silent failure you mentioned and the fact that it's apparently set up correctly but isn't logging any errors to either the Drupal watchdog log or PHP logs. I can't find any output anywhere 🤔 I'm not enthusiastic about risking a working-but-suboptimal system for this module -- I kinda dread something going wrong and us having to debug it live on prod. And a few months from now, the suboptimal system will be gone anyway. But that's fine, because the ticket as revised was for discovery anyway 🙂 I would like to close this PR and consider this a possibility that we checked out but did not find anything worth pursuing, unless you disagree. |
@ndouglas , I won't lie that this module did stress me out lol. I concur that the right decision is probably not to implement atm. It's not battle hardened pro code yet. At least I learned alot about the project, excited for the next ticket! |
closes #8849