1. 27 Mar, 2020 1 commit
    • Hannah Howard's avatar
      Switch To Circle CI (#57) · bd3f4b47
      Hannah Howard authored
      * ci(circle): switch to circle
      
      Use configs from bitswap
      
      * fix(deps): update and standardize
      
      * fix(lint): fix lint errors
      
      * fix(tests): relax timings for context cancels
      
      Since we are not relying on context cancellation as anything but a test failsafe, relax timings
      significantly for slower machines
      
      * fix(test): fix minor test error
      
      * fix(tests): minor timing fix
      
      * fix(lint): fix lint errors
      
      * fix(tests): relax timings for context cancels
      
      Since we are not relying on context cancellation as anything but a test failsafe, relax timings
      bd3f4b47
  2. 25 Sep, 2019 1 commit
    • hannahhoward's avatar
      fix(messagequeue): no retry after queue shutdown · 9c5652aa
      hannahhoward authored
      Previously, we allowed the last message send attempt to run to maxRetries if the queue was shutdown,
      which also generated warning logs. Now, if a send attempt fails, check that the queue has shutdown
      and immediately return if it has
      9c5652aa
  3. 23 Jul, 2019 1 commit
  4. 19 Apr, 2019 3 commits