mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	
			
				
					
						
					
					1e7994d97d1c497441f75cb9d373043f8e3c90f9
				
			
			
		
	The idea here is that for usages like in the zephyr mirror bot:
  backoff = RandomExponentialBackoff()
  while backoff.keep_going():
      print "Starting zephyr mirroring bot"
      try:
          subprocess.call(args)
      except:
          traceback.print_exc()
      backoff.fail()
we want it to be the case that the mirror bot running for a while counts as a
success so that the bot doesn't have a finite number of crashes over its entire
lifetime.  We only want the mirror bot to stop retrying if it fails too many
times in a row.
(imported from commit 7b10704d3ce9a5ffb3472cbb4dfa168c9c05ae7a)
		
	
Description
				Zulip server and web application. Open-source team chat that helps teams stay productive and focused.
						
						
						
						
						
						
							
								 Apache-2.0
							
						
						
						
							
							
							 869 MiB
						
					
					Languages
				
				
								
								
									Python
								
								58.5%
							
						
							
								
								
									TypeScript
								
								18.1%
							
						
							
								
								
									JavaScript
								
								9.1%
							
						
							
								
								
									CSS
								
								3.9%
							
						
							
								
								
									HTML
								
								3.6%
							
						
							
								
								
									Other
								
								6.6%