Skip to content
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

problem with exec function #68

Closed
momohammadi opened this issue Oct 9, 2018 · 1 comment
Closed

problem with exec function #68

momohammadi opened this issue Oct 9, 2018 · 1 comment

Comments

@momohammadi
Copy link

to many shared hosting provider disabled exec and shel_exec function , can i run it without use exec function ?

@peppeocchi
Copy link
Owner

@momohammadi I know what you mean but this library relies on that function to execute background jobs.
One possible workaround is if you schedule Closures instead of script/commands because those jobs don't need the exec or any other function to work (you might have issues writing to files or to send emails if your hosting provider doesn't allow you to run those commands as well)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants