CDLUC3 / ezid

CDLUC3 ezid
MIT License
11 stars 4 forks source link

Stop the proc-binder job after N2T migration #563

Closed jsjiang closed 1 month ago

jsjiang commented 8 months ago

There is no need to send the ARK's metadata to N2T anymore after the N2T migration.

adambuttrick commented 3 months ago

@jsjiang This appears to the the last task on https://github.com/CDLUC3/ezid/issues/582. Is this still running or has it been disabled? If still running, how do we identify when we should disable?

jsjiang commented 3 months ago

@adambuttrick We need to wait until Dave says it is ok to stop the old N2T instances and services.

marisastrong commented 2 months ago
datadavev commented 2 months ago

I have verified that the the new N2T and ARK resolver services have no dependency on updates to the legacy-n2t identifier database.

jsjiang commented 2 months ago

Note:

  1. The record status in the binder queue gets updated after communicating with N2T:

    • success: set to 'O'
    • failure: set o 'F'
    • the initial status is 'U'
  2. EZID code to update: not urgent (create a separate ticket for this #700)

    • enqueue.py: remove BinderQueue from the queue_model_list
    • proc-binder.py: delete
    • proc-cleanup-async-queues.py (remove identifiers from refidentifier table once all required actions are finished)
    • remove binder related configurations
    • settings.py.j2
    • ansible group variables
    • SSM parameters
    • remove binder library:
    • noid_egg.py
    • remove binder related tools/scripts
  3. Remove proc-binder from systemd/cdlsysctl command

jsjiang commented 1 month ago

@ashleygould Hi Ashley, we can stop the proc-binder job now. Can you remove it from the EZID deployment process, the cdlsysctl command and Nagios monitoring lists.
Thank you

Jing

ashleygould commented 1 month ago

I'll do this monday morning.

ashleygould commented 1 month ago

ezid-proc-binder service is removed from both stage and production background tasks. I have put is a request for IAS to update nagios configs accourdingly.

marisastrong commented 1 month ago

[like] Marisa Strong reacted to your message:


From: Ashley Gould @.> Sent: Monday, August 12, 2024 6:33:55 PM To: CDLUC3/ezid @.> Cc: Marisa Strong @.>; Comment @.> Subject: Re: [CDLUC3/ezid] Stop the proc-binder job after N2T migration (Issue #563)

CAUTION: EXTERNAL EMAIL

ezid-proc-binder service is removed from both stage and production background tasks. I have put is a request for IAS to update nagios configs accourdingly.

— Reply to this email directly, view it on GitHubhttps://github.com/CDLUC3/ezid/issues/563#issuecomment-2284666771, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AAGF4L5RLE67STW6NTIZWKLZRD5ZHAVCNFSM6AAAAABKRW6TZCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOBUGY3DMNZXGE. You are receiving this because you commented.Message ID: @.***>

jsjiang commented 1 month ago

ezid-proc-binder service is removed from both stage and production background tasks. I have put is a request for IAS to update nagios configs accourdingly.

Thank you Ashley!