Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save maor365scores/c1145bc35164ac87550a573c7545ba15 to your computer and use it in GitHub Desktop.
Save maor365scores/c1145bc35164ac87550a573c7545ba15 to your computer and use it in GitHub Desktop.
{
"_id" : "617a71d533b9d389791739d0",
"ScannerName" : "LSport.Push.Domain.Scanners.LSportPushRabbitMqInPlayScanner",
"LSportScanner.PushService.InPlay" : {
"Handler" : {
"SportTypes" : [
"football",
"basketball",
"tennis",
"ice hockey",
"rugby union",
"baseball",
"american football",
"cricket",
"rugby league",
"handball",
"volleyball",
"table tennis"
],
"ScanLiveGamesFrequencyInSeconds" : 5,
"ScanFixturesListFrequencyInHours" : 1,
"ScanFixturesFrequencyInHours" : 12,
"TimeToCheckConnectionAliveInSeconds" : 10,
"ScanFixturesForPushFrequencyInHours" : 20,
"ScanFixturesForBetsFrequencyInHours" : 4,
"Username" : "ami.sirkis@365scores.com",
"Password" : "fwe45b43",
"Guid" : "2703037d-42b7-4d16-b16f-ccc5679253d9",
"BatchSize" : 10,
"FaultedScanRetries" : 3,
"LiveTimeToScanBeforeGameStartsInHours" : 3,
"LiveTimeToScanAfterGameStartsInHours" : 3,
"PushMarketsIntervals" : [
{
"FromDay" : 0,
"ToDay" : 7,
"BatchSize" : 24
},
{
"FromDay" : 7,
"ToDay" : 30,
"BatchSize" : 48
},
{
"FromDay" : 30,
"ToDay" : 365,
"BatchSize" : 240
}
]
},
"RabbitMqClient" : {
"HostName" : "inplay-rmq.lsports.eu",
"Port" : 5672,
"UserName" : "doron.tzurs@365scores.com",
"Password" : "Dertyu7897!",
"AutomaticRecoveryEnabled" : true,
"VirtualHost" : "Customers",
"RequestedHeartbeat" : 400,
"NetworkRecoveryInterval" : "00:00:01",
"PackageId" : "_3762_",
"Guid" : "c77cae56-5327-4054-bae0-dc70121eba6c",
"ActivateUrl" : "http://inplay.lsports.eu/api/Package/EnablePackage?username=doron.tzurs@365scores.com&password=Dertyu7897!&packageid=3762",
"DisableUrl" : "http://inplay.lsports.eu/api/Package/DisablePackage?username=doron.tzurs@365scores.com&password=Dertyu7897!&packageid=3762",
"TimeToCheckConnectionAliveInSeconds" : 90,
"ConnectionRetryCount" : 5,
"ConnectionRetriesDelayStepMs" : 300
},
"ToUseDoublingDataflow" : false,
"DoublingDataflowRabbitMqClient" : {
"ToUseUri" : true,
"Uri" : "amqps://b-03a25c79-d3fe-4418-b39c-b88c63d03052.mq.us-east-1.amazonaws.com:5671",
"HostName" : "b-03a25c79-d3fe-4418-b39c-b88c63d03052.mq.us-east-1.amazonaws.com",
"Port" : 5671,
"UserName" : "RabitAdmin",
"Password" : "rabitadmin123!",
"AutomaticRecoveryEnabled" : true,
"RequestedHeartbeat" : 400,
"NetworkRecoveryInterval" : "00:00:01",
"PackageId" : "InPlayQueue",
"Guid" : "c77cae56-5327-4054-bae0-dc70121eba6c",
"ActivateUrl" : "",
"DisableUrl" : "",
"TimeToCheckConnectionAliveInSeconds" : 90,
"ConnectionRetryCount" : 5,
"ConnectionRetriesDelayStepMs" : 300
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment