Replies: 1 comment 3 replies
-
The Python package uses the same lua scripts as the node version. Currently, we have a special include functionality for .lua scripts that needs to be compiled using "yarn build" which is part of the BullMQ package for node. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
when running python tests locally like this:
python3 -m unittest -v tests.delay_tests
I get
user_script:39: Script attempted to access nonexistent global variable 'getListItems'
.When further inspecting the lua script body I see the following:
is it something that should be expanded by bullmq python framework?
Beta Was this translation helpful? Give feedback.
All reactions