Used in cloud hosting services like Microsoft Azure
Questions tagged [webjob]
164 questions
0
votes
1 answer
Azure WebJob process multiple service bus queues that are set in configuration
I am currently working on a solution where a webjob monitors a service bus queue. This works great but it needs to be easily adaptable to manage any number of queues just be changing a list of queues in the config.
Currently I can see that I can do…

RuSs
- 1,725
- 1
- 29
- 47
0
votes
1 answer
Long runnig scheduled task using Azure webjob without 'Always On' and queue's in the free tier
I need some help with the Azure webjobs as even after reading many articles it is unclear how I can get a 'simple' Azure webjob up and running. I'm trying to achieve the following:
The job should be run on a schedule (e.g. every 4 hours)
The webjob…

Frank
- 3,959
- 4
- 19
- 24
0
votes
1 answer
Status as never finished by one of my Webjob while processing the message
I have a webjob which process the message only once by using the condition (DevliverCount = 1). Because I don't want other instance to process it if the locktime expired by first webjob. As other webjob try to process the message after locktime…

Bhanu Reddy
- 205
- 3
- 12
0
votes
1 answer
azure webapp to webjob SOAP connection
Need to make a SOAP connection from .php code running as a webapp to a c++ console mode application that is looking for a SOAP connection on a given port while running as a webjob fired off from a batch file.
in php the call looks like this and does…
user5202879
0
votes
0 answers
Communication between Azure WebApp and WebJob
I've created a webapp that creates a WebJob on azure and the webjob returns its progress to the webapp. This is implemented by using SignalR, by following this link. I can see the progress on localhost but when I upload the webapp, there progress…

Rejo Chandran
- 599
- 4
- 22
0
votes
1 answer
Azure Webjobs: Does re-publishing associated website cause existing jobs to stop running?
I have an Azure Website where I would like to be able to republish the website without stopping any webjobs that might be running in the background.
Ignoring the fact that it's bad practice to publish while the site is being used, this scenario…

bech
- 627
- 5
- 22
0
votes
1 answer
SignerSignEx as the Azure WebJob
I found a brilliant use of SignerSignEx on C# here: https://stackoverflow.com/a/26372061
It works fine on the dev. machine, but on Azure WebJob you have to use something like this:
X509Certificate2 cert = new X509Certificate2(certPath,
…

Volodymyr Karpus
- 1
- 1
0
votes
1 answer
WebJob Message submittion always goes to poison queue rather than actual Queue
We are using Webjob latest SDK for our web job, we see weird behavior that some time our queue messages goes to poison queue rather than actual queue. I don't find any error in webjob dashboard also. Has any one faced this kind of issue.
public…

user145610
- 2,949
- 4
- 43
- 75
-1
votes
2 answers
From where is the APPINSIGHTS_INSTRUMENTATIONKEY read?
From where is the InstrumentationKey read?
context.Configuration["APPINSIGHTS_INSTRUMENTATIONKEY"];
I have put that key in the applicationInsights.config in the section
…

HelloWorld
- 4,671
- 12
- 46
- 78
-1
votes
1 answer
Connection error to Azure SQL Database when running .Net Core console app as Azure webjob
I have .Net Core console app that connects to Azure SQL database using entity framework.
Every think works fine locally but when I created publish package using this command line
dotnet publish -c Release -r win-x64 --self-contained false
Zipped…

Marwa Ebeid
- 1
- 1
-1
votes
1 answer
Why webjobs api always returns "Accepted" status not 200 Ok
I am trying to run my azure web jobs through c# code but it works but it's return accepted status with 202 status code.
I am using below code for the same code snippet for webjob api call from web app.

Dattatray Pise
- 91
- 1
- 8
-1
votes
1 answer
Build definition for NETCore2 WebJob in VSTS
I am setting up a build definition in Visual Studio Team Services for a WebApp including some WebJobs, all of which are in .NET Core 2.
The tasks that are setup are:
NuGet 4.4.1: NuGet tool installer
NuGet restore
NPM Install
Gulp
Build solution…

Bob Meijwaard
- 388
- 9
- 20
-2
votes
1 answer
After deployment Web job, execution of blob trigger stopped working
I have deployed my web job on production environment and suddenly blob trigger stops working(Looking into App Insight I know that blob trigger is not called).
If I debug the same code from the local machine then it triggers blob trigger.But stopped…

Ashutosh B Bodake
- 1,304
- 1
- 19
- 31
-3
votes
0 answers
Site where I can find job offers for international positions
I'm a software tester, and I'd like to find job sites to work in Italy, Spain, Portugal or other sunny countries around the Mediterranean.
I'm totally Lost
I'm trying in
Linkedin,
Indeed,
Monster,
Expat.com
Have a nice day.
Mélanie

Mémo_Day
- 1