Questions tagged [wasabi]

The Microsoft Enterprise Library Autoscaling Application Block (WASABi) lets adding automatic scaling behavior to Windows Azure applications.

40 questions
6
votes
0 answers

Autoscaling azure roles based on Service Bus queue length

Autoscaling Application Block from Microsoft Enterprise Library (WASABi) is a nice piece of software and it allows to change number of instances of your role based on the length of Storage Account Queue. Can I use Service Bus Queue instead of…
Ana Deer
  • 71
  • 1
  • 6
5
votes
3 answers

How to autoscale virtual machines(IaaS approach) in azure

How to autoscale virtual machines(IaaS approach) in azure instead of web/worker role autoscaling in azure?
user1974769
  • 77
  • 1
  • 7
2
votes
1 answer

How do I define rules for Wasabi Azure scaling block in my code?

I think of using Wasabi block for auto-scaling my Azure application. Looks like the rules have to be hardcoded in an XML file. This bothers me, because the rules I want for my application require a rather complex metric that I will have to compute…
sharptooth
  • 167,383
  • 100
  • 513
  • 979
2
votes
1 answer

Proxmox backup to wasabi

In my company we are deciding to move part of our backups to the cloud, and in particular, as the title suggests, we have configured wasabi backup. The first urgency is to move the backups to the proxmox inside the company on wasabi, but looking on…
64Bit1990
  • 302
  • 2
  • 16
2
votes
1 answer

Code that operates on code? Please tell me more

What is this called, when a program takes source code as an input and spits out new source code and perhaps immediately runs the new code? Examples: Automated refactoring Taking a function and turning it into a GUI (turning the function inputs into…
MarkL4
  • 73
  • 5
2
votes
2 answers

S3 upload files with public

I have a website working with nodeJs. In here users can upload their pictures. I'm using Wasabi to store that pictures. My problem is everytime a user send a picture to server it will save it with private condition. Because of that after uploading…
hasankzl
  • 666
  • 4
  • 16
2
votes
0 answers

How to set CORS Access-Control-Allow-Origin on Wasabi

I need a fairly simple method to make a bucket in Wasabi (uses much of AWS S3 api) have the following header: Access-Control-Allow-Origin: * I do not want to install the AWS A3 API and am using CyberDuck and S3 Browser for Windows. S3 Browser has…
Tim
  • 31
  • 4
2
votes
1 answer

Savon, Wasabi Error when connecting a Ruby script to a SOAP url

Im trying to connect to a SOAP URL with a Ruby script. I am following this Railscasts episode. I installed the savon gem(savon (2.4.0)). Then in my ruby file I have this code: require 'savon' client =…
banditKing
  • 9,405
  • 28
  • 100
  • 157
2
votes
1 answer

Does Azure Pack support auto scaling Web and Worker roles with WASABi?

WASABi seems to support autoscaling of Web and Worker roles in Azure public cloud, however it's not clear if the same behavior can be applied to on site Azure Pack (private cloud) instances. Anyone know?
Paul Fryer
  • 9,268
  • 14
  • 61
  • 93
2
votes
2 answers

Azure Web Roles constantly recycling with Autoscaler

I have a wcf service hosted on azure. When I deploy it and start the autoscaler object the web service roles are constantly being recycled and in an unhealthy state. If I do not start the autoscaler I have no issues, however I would like to use…
Alex McClary
  • 107
  • 1
  • 11
2
votes
3 answers

Can i use Autoscaling Application Block to scale Azure VM role instances?

Can i use the Autoscaling Application Block for balancing/scaling the Azure VM role instances? If this is possible, do i need to include Autoscaling Application Block in the service model definition which is for the virtual machine role? Thanks a…
Selvirrr
  • 146
  • 7
1
vote
2 answers

How often does Wasabi block for Azure scaling collect data?

I carefully looked through Tailspin Surveys sample for Wasabi autoscaling block. There's Tailspin_TenantCount_Avg_10m rule that is implemented in TenantCountOperandElement class which in turn supplies a TenantCountDataPointsCollector class instance…
sharptooth
  • 167,383
  • 100
  • 513
  • 979
1
vote
2 answers

Is there a tool to query Parquet files which are hosted in S3 storage?

I have Paraquet files in my S3 bucket which is not AWS S3. Is there a tool that connects to any S3 service (like Wasabi, Digital Ocean, MinIO), and allows me to query the Parquet files?
1
vote
2 answers

Deleting Wasabi CDN Bucket 204 Error Not Deleting

So I'm trying to programmatically delete Wasabi CDN objects from one of my buckets. My request is sending back 204 and showing success but nothing is being moved/deleted. I'm using node/javascript to do this. Here is my function that is supposed to…
HacAtac
  • 31
  • 6
1
vote
1 answer

Safari won't play video from s3 despite 206 response

I am displaying a video with the html5 video element. The source is a pre-signed url from Wasabi s3. It works well on Chrome but it won't play on Safari. I did some research and it seems like this is usually due to the server not being configured to…
Max
  • 754
  • 8
  • 24
1
2 3