Git Product home page Git Product logo

pendingactionsbundle's Introduction

PendingActionsBundle

Latest Stable Version License Total Downloads Symfony Build Status codecov

This bundle provides a simple way to delay and schedule the execution of heavy tasks for Symfony-based projects.

Requirements

  • php 7.1+
  • Symfony 3.4 applications
  • Doctrine ORM entities

Reporting an issue or a feature request

Issues and feature requests are tracked in the Github issue tracker.

Main Documentation

Default Handlers Documentation

Custom Handlers Documentation

pendingactionsbundle's People

Contributors

tydesson avatar

Watchers

 avatar  avatar

pendingactionsbundle's Issues

Function var specification

Doctrine error

[Doctrine\DBAL\DBALException]
An exception occurred while executing 'ALTER TABLE pending_actions ADD type INT NOT NULL, DROP action, CHANGE actio
n_params action_params LONGTEXT DEFAULT '' NOT NULL':
SQLSTATE[42000]: Syntax error or access violation: 1101 BLOB 'action_params' ne peut avoir de valeur par défaut

"doctrine/orm": "~2.2,>=2.2.3,<2.5",
"doctrine/dbal": "<2.5",
"doctrine/doctrine-bundle": "~1.4",

Check why and add dependency if needed.

Action checks before process

An action should be checked if it's not processed before processing it.
Use case :

  • Command 1 gets a list of actions
  • Command 1 process actions
  • Command 2 is launched, gets same list of actions
  • Command 2 process actions
  • Command 1 should check if action about to be processed is not processed by command 2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.