Questions tagged [webjob]

Used in cloud hosting services like Microsoft Azure

150 questions
0
votes
2 answers

Running two Web jobs simultaneously, So if one fails other will process the files

I want to process CSV file when it is uploaded in blob storage. For this requirement I am writing Web Job with blob trigger. To make sure continuous CSV processing, I am writing one more web job with blob trigger. So if one web job fails another…
ABB
  • 1,111
  • 1
  • 14
  • 30
0
votes
2 answers

Create Azure webjobs from Django/python web app

I have a Django app deployed on a Azure Web App, and I want to dynamically create webjobs. More precisely, when I save a Django model called Importer, I want to be able to create a new web job, made of 3 files: run.py : the Python…
totor
  • 98
  • 1
  • 8
0
votes
2 answers

Web job throws Smtp exception on Azure website

I've a web job that is trying to send an email when it reads something from the Azure poision q. public static void ProcessPoisonNotification( [QueueTrigger("parkingticketnotification-poison")] ParkingTicketNotificationBO notificationBo, …
InitLipton
  • 2,277
  • 4
  • 28
  • 45
0
votes
1 answer

Create and deploy Webjob from another Webjob

Is it possible to deploy a Webjob from another Webjob in Azure? I've read the documentation, it's all about manually instantiating a Webjob, or using CronJobs. I want, in a Webjob, deploy and run another Webjob with some parameters.
Bruno Caceiro
  • 6,179
  • 1
  • 19
  • 37
0
votes
2 answers

Do Azure WebJobs Run on each Deployment Slot?

I have a scheduled web job, and a web app. The web app has 3 total deployment slots (including production). My question is, do scheduled azure web jobs run even when the slot isn't swapped to "prod"? I'm seeing in my database that the page that the…
Debacle
  • 861
  • 1
  • 7
  • 12
0
votes
1 answer

Webjob to pass parameters and trigger C# solution

I am completely new to web job. From my reading, I came to know it is something through we can enable trigger to run our script. I have C# code which copies files from ftp server to blob container. It takes few parameters like host, username. I want…
Vicky
  • 396
  • 5
  • 24
0
votes
1 answer

How to create a WebJob for my ASP.NET Core Web Application

I have a Web Application written in ASP.NET Core 1.0 and it is using Identity(Individual User Account) for authentication. Due to the nature of my Web Application I need to do some regular background task updating data in my Entity Framework Tables…
ahaghdan
  • 80
  • 7
0
votes
1 answer

Is there a way to programmatically access Azure continuous webjob function invocations?

Is there a way to programmatically access Azure continuous webjob function invocations?
Jack0fshad0ws
  • 565
  • 1
  • 7
  • 13
0
votes
1 answer

About WebJobs in Azure: Need to execute PHP code continuosly

I'm quite new to the Azure interface, but I have been working with PHP for a while. I have been asked to make a routine that executes every some time at background, whose objective is to send some marketing mail. And I have been reading about…
0
votes
1 answer

Windows c# job infrastructure

I'm looking for a better infrastructure setup for managing and deploying internally developed applications which are executed periodically. The current setup grew into an unmonitorable heterogeneous collection of applications, that can only be…
rstdev
  • 50
  • 1
  • 7
0
votes
1 answer

Azure WebJob Storage Exception

I'm getting the following error when running my continuous webjob. An unhandled exception of type 'Microsoft.WindowsAzure.Storage.StorageException' occurred in Microsoft.Azure.WebJobs.Host.dll Additional information. The client could not finish the…
0
votes
1 answer

Azure: How to correctly use a PHP webjob to make changes to SQL database?

GOAL: To use a PHP webjob to connect and alter SQL database table in Azure. I'm trying to upload a .zip file containing a .php and a .json file to the webjobs settings inside of an app service I have running on Azure. I believe there's something…
LatentDenis
  • 2,473
  • 9
  • 41
  • 85
0
votes
1 answer

Scaling up of Azure Webjobs

I have an azure web app with 2 webjobs. I need to scale up just one webjob. Is there any way of scaling it up/out independent of the site and the other webjob?
mantadt
  • 91
  • 1
  • 13
0
votes
0 answers

Azure Webjob no-cache

Azure website in the free tarif has a disadvantage that the first request is very slow because after view minutes Microsoft unload the application. The problem is described on this…
0
votes
0 answers

How to get federated user detail of WebApp in webjob on cloud

We had published application on Azure with WIF implemented. We also have WebJob associated with that Web Application. User logs in to the WebApplication, but we are not getting logged-in user details in WebJob. WebJob is suppose to get User's…
Anil Purswani
  • 1,757
  • 6
  • 28
  • 60
1 2 3
9
10