Replies: 1 comment 1 reply
-
It sends and does webhooks events in the background. https://github.com/LiveHelperChat/lhc-php-resque so UI is not blocked and various other extensions use it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
can someone explain what the extension lhc-php-resque is needed for? is it important to have or not? i installed it like it is described here https://github.com/LiveHelperChat/lhc-php-resque.
like in step 6. i executed
REDIS_BACKEND=localhost:6379 INTERVAL=5 REDIS_BACKEND_DB=1 VERBOSE=1 COUNT=1 QUEUE='*' /usr/bin/php resque.php
and when starting a chat i could see some debug notice in command prompt about new chat but i can't understand why i should do that at all with this extension. can someone please explain the use of this?in setp 7. there is also
Create folder named cron in root Live Helper Chat folder
but why should you create this cron folder in lhc root folder? normally i would think that the cronjob are configured withcrontab
command and there you don't need a cron folderin step 8. there is an example for a schedule command. why should you need this?
Beta Was this translation helpful? Give feedback.
All reactions