Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

PMM-4932 PMM-8343 WIP: Prototype job retries #788

Closed
wants to merge 46 commits into from

Commits on Jun 2, 2021

  1. PMM-8191 Scheduling service

    Dasio committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    b4d16cb View commit details
    Browse the repository at this point in the history
  2. PMM-8191 Fixed retries

    Dasio committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    a650112 View commit details
    Browse the repository at this point in the history
  3. PMM-8191 Dummy jobs deps

    Dasio committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    060faac View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. PMM-8191 Add simple test for add job

    Dasio committed Jun 3, 2021
    Configuration menu
    Copy the full SHA
    1734221 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Configuration menu
    Copy the full SHA
    9710c55 View commit details
    Browse the repository at this point in the history
  2. PMM-8191 Renamed ScheduleJob to ScheduledTask

    Dasio committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    22ee2ed View commit details
    Browse the repository at this point in the history
  3. PMM-8191 Constructor for tasks

    Dasio committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    347e148 View commit details
    Browse the repository at this point in the history
  4. PMM-8191 Add mutex to scheduler service

    Dasio committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    edafab2 View commit details
    Browse the repository at this point in the history
  5. PMM-8191 Rename schedule job to scheduled task

    Dasio committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    51ca61e View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. PMM-8191 Filter for types

    Dasio committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    7568d2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e52e99e View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. PMM-8155 RPC endpoints

     - extract backup logic
    Dasio committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    24c1137 View commit details
    Browse the repository at this point in the history
  2. PMM-8155 Create mysql backup task

    Dasio committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    92dcc01 View commit details
    Browse the repository at this point in the history
  3. PMM-8155 Change scheduled backup in DB

    Dasio committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    d2cd53c View commit details
    Browse the repository at this point in the history
  4. PMM-8191 Add reload

    Dasio committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    5f4d2dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c47949e View commit details
    Browse the repository at this point in the history
  6. PMM-8155 Reload task after change

    Dasio committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    3b257e5 View commit details
    Browse the repository at this point in the history
  7. PMM-8191 running field

    Dasio committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    8d18f7f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6580564 View commit details
    Browse the repository at this point in the history
  9. PMM-8155 Mongo scheduled task

    Dasio committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    fa992ae View commit details
    Browse the repository at this point in the history
  10. PMM-8191 Add ID to Task

    Dasio committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    a9a1d81 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a3b7ef9 View commit details
    Browse the repository at this point in the history
  12. PMM-8155 add schedule id to artifact

    Dasio committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    f1c8e6d View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. PMM-8155 Add time to name

    Dasio committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    16dcce2 View commit details
    Browse the repository at this point in the history
  2. PMM-8155 Fix start at if it's empty

    Dasio committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    236a210 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. PMM-8191 Commented some exported methods

    Dasio committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    de6f2e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97674ed View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. PMM-8191 Fix reload

    Dasio committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    3bfe5ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d163697 View commit details
    Browse the repository at this point in the history
  3. PMM-8155 enabled flag

    Dasio committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    6bdb3c8 View commit details
    Browse the repository at this point in the history
  4. PMM-8191 Fix reload

    Dasio committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    ce6b9c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f756a06 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. PMM-8155 removed workaround

    Dasio committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    05579d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. PMM-8155 Fix remove

    Dasio committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    8ec6a8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b17aab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9d1171 View commit details
    Browse the repository at this point in the history
  4. PMM-8155 Backups service schedule tests

    Dasio committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    c110ea7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5727dbc View commit details
    Browse the repository at this point in the history
  6. PMM-81901 Don't start task immediately

    Dasio committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    5e46f30 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    59638be View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Configuration menu
    Copy the full SHA
    da22bde View commit details
    Browse the repository at this point in the history
  2. PMM-8191 Extract parameters for adding task

    Dasio committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    a4206a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    238cbd5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b91cdc View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. PMM-8155 Fix creating backup tasks

    Dasio committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    4bbdb3b View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Implement job retries

    artemgavrilov committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    f9dd7c6 View commit details
    Browse the repository at this point in the history