Skip to content
Extraits de code Groupes Projets
Valider f3202e15 rédigé par Raphael Sofaer's avatar Raphael Sofaer
Parcourir les fichiers

add follow_location to typhoeus default jobs

parent c5e0bc40
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -3,7 +3,7 @@ module Job
@queue = :http
MAX_RETRIES = 3
OPTS = {:max_redirects => 3, :timeout => 5000, :method => :post}
OPTS = {:max_redirects => 3, :follow_location => true, :timeout => 5000, :method => :post}
def self.perform_delegate(user_id, enc_object_xml, person_ids, retry_count=0)
user = User.find(user_id)
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter