tasktiger | Python task queue using Redis

 by   closeio Python Version: 0.19.3 License: MIT

kandi X-RAY | tasktiger Summary

kandi X-RAY | tasktiger Summary

tasktiger is a Python library. tasktiger has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has medium support. You can install using 'pip install tasktiger' or download it from GitHub, PyPI.

Python task queue using Redis
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              tasktiger has a medium active ecosystem.
              It has 1269 star(s) with 72 fork(s). There are 44 watchers for this library.
              There were 5 major release(s) in the last 6 months.
              There are 28 open issues and 38 have been closed. On average issues are closed in 271 days. There are 18 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of tasktiger is 0.19.3

            kandi-Quality Quality

              tasktiger has 0 bugs and 0 code smells.

            kandi-Security Security

              tasktiger has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              tasktiger code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              tasktiger is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              tasktiger releases are available to install and integrate.
              Deployable package is available in PyPI.
              Build file is available. You can build the component from source.
              tasktiger saves you 1911 person hours of effort in developing the same functionality from scratch.
              It has 4646 lines of code, 342 functions and 34 files.
              It has high code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed tasktiger and discovered the below as its top functions. This is intended to give you an instant insight into tasktiger implemented functionality, and help decide if they suit your requirements.
            • Decorate a function
            • Delay the task
            • Delay execution of a function
            • Return the fully qualified name of a function
            • Run worker
            • Install signal handlers
            • Poll the queue for jobs
            • Start the queue
            • Runs the task
            • Calculate the stats
            • Run redis scan
            • Get the size of a key
            • Get queue stats
            • Determine if a queue matches a given queue name
            • Moves the task to the queue
            • Run a worker thread
            Get all kandi verified functions for this library.

            tasktiger Key Features

            No Key Features are available at this moment for tasktiger.

            tasktiger Examples and Code Snippets

            copy iconCopy
            def create_app(settings_override=None):
            
                app = App('app')
            
                if settings_override:
                    app.config.from_object(settings_override)
                else:
                    app.config.from_object(os.environ['APP_SETTINGS'])
            
                from .ext import configure

            Community Discussions

            QUESTION

            What is the best option for a (Python 3) task queue on Windows now that Celery 4 has dropped Windows support?
            Asked 2017-Mar-29 at 10:58

            We run a Flask site under IIS on Windows, and for out-of-process tasks we use Celery. Celery has given us some problems under Windows, but for now we are satisfied running version 3.1.12, using RabbitMQ/AMQP as a back-end, which works under Windows.

            The new version of Celery (4) has dropped support for Windows, so I'm looking for a viable alternative.

            RQ seems a very nice task queue, but it also does not support Windows (bottom of the page)

            I have seen some more, seemingly less popular task queues like:

            But it's unclear if these support Windows and Flask. I'm wondering if anyone has experience running a Python task queue under Windows which works. Maybe one of the ones I mentioned, or an alternative.

            It's not an option for us to run a Linux machine, because we have no experience administering Linux, and we have a lot of legacy stuff running that requires Windows.

            ...

            ANSWER

            Answered 2017-Mar-29 at 10:58

            I run Flask with Huey on Windows without any issues, admittedly only for development and testing. For production I use Flask/Huey on Linux servers. Both with the Redis back-end, Flask 0.12 and Huey 1.2.0 .

            I use the factory pattern to create a specialised "cut down" version of a Flask app for specific use by Huey tasks. This version doesn't load blueprints or configure Flask-Admin as these aren't required in the Huey tasks.

            Example code of __init__.py in app folder. App is a class extending from Flask:

            Source https://stackoverflow.com/questions/42343459

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install tasktiger

            You can install using 'pip install tasktiger' or download it from GitHub, PyPI.
            You can use tasktiger like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            Install
          • PyPI

            pip install tasktiger

          • CLONE
          • HTTPS

            https://github.com/closeio/tasktiger.git

          • CLI

            gh repo clone closeio/tasktiger

          • sshUrl

            git@github.com:closeio/tasktiger.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link