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

Bugfix - make sure messaging is done immediately after an SDR granule is ready #28

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Jun 11, 2023

  1. Clean up, re-factor and fix so messages are being sent immediately wh…

    …en SDR granule is ready
    
    Signed-off-by: Adam.Dybbroe <[email protected]>
    Adam.Dybbroe committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    afe608c View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Fixing tests

    Signed-off-by: Adam.Dybbroe <[email protected]>
    Adam.Dybbroe committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    254d227 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Don't publish if CSPP processing didn't produce the full set of SDR f…

    …iles
    
    Signed-off-by: Adam.Dybbroe <[email protected]>
    Adam.Dybbroe committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    81d3070 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. Fix tests

    Signed-off-by: Adam.Dybbroe <[email protected]>
    Adam.Dybbroe committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    4bee8fd View commit details
    Browse the repository at this point in the history
  2. Bugfix

    Signed-off-by: Adam.Dybbroe <[email protected]>
    Adam.Dybbroe committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    f97ce0f View commit details
    Browse the repository at this point in the history
  3. Lower the listeneer timeout and add debug message

    Signed-off-by: Adam.Dybbroe <[email protected]>
    Adam.Dybbroe committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    049fb27 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Raise timeout to 190 seconds and use more descriptive variable name

    Signed-off-by: Adam.Dybbroe <[email protected]>
    Adam.Dybbroe committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    be3c85a View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Improved logging and fix bug handling actual granule list

    Signed-off-by: Adam.Dybbroe <[email protected]>
    Adam.Dybbroe committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    705a08b View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Fix for J02/NOAA-21 - but apparently not crucial...

    Signed-off-by: Adam.Dybbroe <[email protected]>
    Adam.Dybbroe committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    7038ce6 View commit details
    Browse the repository at this point in the history
  2. Try use Multiprocessing Pool instead of ThreadPool - and skip bother …

    …about tests for now...
    
    Signed-off-by: Adam.Dybbroe <[email protected]>
    Adam.Dybbroe committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    008dba1 View commit details
    Browse the repository at this point in the history
  3. Go back to using Threadpool

    Signed-off-by: Adam.Dybbroe <[email protected]>
    Adam.Dybbroe committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    3ad73ac View commit details
    Browse the repository at this point in the history