Skip to content
  • Max Fan's avatar
    Creating timeout strategies for external imports · 405f68f1
    Max Fan authored and George Koltsov's avatar George Koltsov committed
    Upon stage timeouts (default: 2 hours), imports will either progress to next stage (optimistic)
    or log and fail the entire import (default: pessimistic)
    
    This timeout_stategy param can only be set to optimistic via api for github and bitbucket server
    
    Changelog: changed
    
    As the previous function only returned jid, we need another
    way to get import state details. Re-introduced find_import_state
    405f68f1