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

Docker compose redis worker #455

Merged
merged 18 commits into from Jul 15, 2022
Merged

Docker compose redis worker #455

merged 18 commits into from Jul 15, 2022

Commits on Jul 5, 2022

  1. also allow warnable config settigs (mail, redis) to be set as env vars

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Jul 5, 2022
    Copy the full SHA
    e570d71 View commit details
    Browse the repository at this point in the history
  2. allow the CLI command for schedule creation to also simply add jobs t…

    …o the queue (--as-jobs)
    
    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Jul 5, 2022
    Copy the full SHA
    fffdd5c View commit details
    Browse the repository at this point in the history
  3. add redis and worker node to docker compose setup

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Jul 5, 2022
    Copy the full SHA
    d099cd6 View commit details
    Browse the repository at this point in the history
  4. update pre-commit tooling to Python 3.9

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Jul 5, 2022
    Copy the full SHA
    3517350 View commit details
    Browse the repository at this point in the history
  5. Document worker queues in docker-compose; various improvements in oth…

    …er parts, e.g. update and correct usage of CLI forecasting, redis as independent page under hosting
    
    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Jul 5, 2022
    Copy the full SHA
    9793cec View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into docker-compose-redis-worker

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Jul 5, 2022
    Copy the full SHA
    405661b View commit details
    Browse the repository at this point in the history
  7. run black

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Jul 5, 2022
    Copy the full SHA
    2ba7944 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'docker-compose-redis-worker' of github.com:FlexMeasures…

    …/flexmeasures into docker-compose-redis-worker
    nhoening committed Jul 5, 2022
    Copy the full SHA
    f1b7c21 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. changelog entry

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Jul 6, 2022
    Copy the full SHA
    c6a51e2 View commit details
    Browse the repository at this point in the history
  2. changelog entry

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Jul 6, 2022
    Copy the full SHA
    c29b6de View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. small doc corrections from review

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Jul 12, 2022
    Copy the full SHA
    4b8b4d9 View commit details
    Browse the repository at this point in the history
  2. fix parameter names in example

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Jul 12, 2022
    Copy the full SHA
    e0963f7 View commit details
    Browse the repository at this point in the history
  3. improve handling of new worker names - random if not given, add itera…

    …ted suffix number if taken
    
    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Jul 12, 2022
    Copy the full SHA
    95bfd2b View commit details
    Browse the repository at this point in the history
  4. allow to clear failed queue and add show-queues command

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Jul 12, 2022
    Copy the full SHA
    b605519 View commit details
    Browse the repository at this point in the history
  5. improve reporting on added jobs in CLI

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Jul 12, 2022
    Copy the full SHA
    0d8744a View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into docker-compose-redis-worker

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Jul 12, 2022
    Copy the full SHA
    ebc248f View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. fix clearing the registry of failed jobs; improve a variable name and…

    … ordering of CLI args
    
    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Jul 15, 2022
    Copy the full SHA
    6b1bf4f View commit details
    Browse the repository at this point in the history
  2. small improvement to UX of jobqueue-handling CLI

    Signed-off-by: Nicolas Höning <nicolas@seita.nl>
    nhoening committed Jul 15, 2022
    Copy the full SHA
    1d1e436 View commit details
    Browse the repository at this point in the history